Page MenuHomeFreeBSD

nanobsd: Fix parallel make
ClosedPublic

Authored by jlduran on Thu, Nov 7, 6:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 2:55 PM
Unknown Object (File)
Tue, Nov 19, 2:54 PM
Unknown Object (File)
Sat, Nov 16, 6:16 PM
Unknown Object (File)
Sat, Nov 16, 7:58 AM
Unknown Object (File)
Wed, Nov 13, 9:26 AM
Unknown Object (File)
Wed, Nov 13, 5:16 AM
Unknown Object (File)
Tue, Nov 12, 8:20 AM
Unknown Object (File)
Sat, Nov 9, 4:22 AM
Subscribers
None

Details

Summary

The NANO_NCPU (number of CPUs) value gets ignored by the build script
when setting the NANO_PMAKE (parallel make) value.

Fix it by setting the NANO_PMAKE later in the process.

PR: 277269
MFC after: 1 month

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jlduran created this revision.

I'd be tempted to remove NANO_PMAKE from embedded/common, rescue/common, and dhcpd/common.

This revision is now accepted and ready to land.Thu, Nov 7, 6:39 PM
  • Move the check for -DNO_CLEAN (-n), so this value is reflected when exporting the variable
This revision now requires review to proceed.Fri, Nov 8, 4:05 PM
This revision is now accepted and ready to land.Fri, Nov 8, 5:45 PM
This revision was automatically updated to reflect the committed changes.