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
Unknown Object (File)
Thu, Sep 12, 1:27 PM
Unknown Object (File)
Tue, Sep 10, 11:34 PM
Unknown Object (File)
Sun, Sep 8, 7:26 AM
Unknown Object (File)
Sat, Sep 7, 9:39 PM
Unknown Object (File)
Sat, Sep 7, 12:14 PM
Unknown Object (File)
Fri, Sep 6, 5:08 PM
Unknown Object (File)
Fri, Sep 6, 4:52 PM
Unknown Object (File)
Wed, Aug 28, 10:30 PM
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