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
F96476218: D46288.id142162.diff
Wed, Sep 25, 3:01 AM
Unknown Object (File)
Tue, Sep 24, 10:53 AM
Unknown Object (File)
Mon, Sep 23, 8:36 PM
Unknown Object (File)
Sun, Sep 22, 12:06 AM
Unknown Object (File)
Sat, Sep 21, 3:50 AM
Unknown Object (File)
Fri, Sep 20, 6:05 PM
Unknown Object (File)
Fri, Sep 20, 11:59 AM
Unknown Object (File)
Fri, Sep 20, 11:08 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