]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r249316:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 16 Apr 2013 06:52:32 +0000 (06:52 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 16 Apr 2013 06:52:32 +0000 (06:52 +0000)
commitcb28af978231a1e6f95cf08fe18d901b6c351bee
treefff59881439d3143039d7cf03dcd164c58b607f6
parentc2f24eebbe774b01e2c168f40e81f965f4fe3228
MFC r249316:

Ensure make -j N universe works correctly, by checking for an up-to-date
make before starting the universe targets themselves.  Otherwise, all of
the targets would attempt to build make simultaneously, overwriting each
other's copies of the make object files and executable.  This could lead
to strange errors, for example when partially-written make executables
are invoked.

Also amend r216620, to make the rest of universe wait properly until the
upgrade_checks target is finished, by adding universe_${target}_prologue
to the .ORDER target.  Otherwise, make will be too smart for its own
good, and start building the universe targets simultaneously with the
prologues anyway.

git-svn-id: svn://svn.freebsd.org/base/stable/8@249535 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile