Page MenuHomeFreeBSD

Makefile.inc1: Let source packages be built in parallel
ClosedPublic

Authored by markj on Aug 13 2024, 11:24 PM.
Tags
None
Referenced Files
F167771312: D46288.id142063.diff
Mon, Aug 24, 10:26 AM
Unknown Object (File)
Thu, Aug 20, 12:36 AM
Unknown Object (File)
Wed, Aug 19, 11:33 PM
Unknown Object (File)
Tue, Aug 18, 7:08 PM
Unknown Object (File)
Wed, Aug 12, 6:53 PM
Unknown Object (File)
Mon, Aug 10, 10:26 AM
Unknown Object (File)
Mon, Aug 10, 10:03 AM
Unknown Object (File)
Mon, Aug 10, 2:07 AM
Subscribers

Details

Summary

To build the packages target, we build src and src-sys packages
containing the source code from which the repo was built. These
packages take significantly longer than the others, presumably because
they contain many more files. Because both source packages are built
to satisfy the same target, they end up being built serially. Split
them into separate subtargets so that they can run in parallel. This
saves a couple of minutes on my build machine.

Diff Detail

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