]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow use of .WAIT in the LOCAL_DIRS and LOCAL_LIB_DIRS lists.
authorIan Lepore <ian@FreeBSD.org>
Sun, 31 Dec 2017 18:53:13 +0000 (18:53 +0000)
committerIan Lepore <ian@FreeBSD.org>
Sun, 31 Dec 2017 18:53:13 +0000 (18:53 +0000)
commite93e5bb0fac93ce2bf84b2a705cd71938169825e
treebd69095ee8ef517ac7a4c3af288735bc377128cb
parent0ac9f3f67f26685812e226ab146b4b68adc5ee05
Allow use of .WAIT in the LOCAL_DIRS and LOCAL_LIB_DIRS lists.

A comment in Makefile.inc1 has long stated that LOCAL_DIRS are built last,
after the base system.  Incremental improvements in parallel building over
the years have led to LOCAL_DIRS being built in parallel with base system
directories.  This change allows the .WAIT directive to appear in LOCAL_DIRS
and LOCAL_LIB_DIRS lists to give the user some control over parallel
building of local additions.

Differential Revision: https://reviews.freebsd.org/D13622
Makefile.inc1
share/man/man7/build.7