]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Support -DWORLDFAST to skip all build steps up to 'libraries' and 'everything'.
authorBryan Drewery <bdrewery@FreeBSD.org>
Tue, 9 May 2017 20:21:58 +0000 (20:21 +0000)
committerBryan Drewery <bdrewery@FreeBSD.org>
Tue, 9 May 2017 20:21:58 +0000 (20:21 +0000)
commit16892c7713d776eb02e3a022e2663361b5bf9274
treedf2ebada9c1b272ebd14180546ddd71b2a3fbcc6
parent6d75a7a852fe046e3866858ff995447498904e95
Support -DWORLDFAST to skip all build steps up to 'libraries' and 'everything'.

This allows for building the world against the already-created
host/sysroot environment.  It is not overly useful outside of cases of
large-impact changes such as a testing a new compiler.  It will
allow quickly getting back to an error in the target-phases of the
build where a new compiler is being used.

Sponsored by: Dell EMC Isilon
Makefile.inc1
share/man/man7/build.7