Added the `toolchain' top-level target, which builds enough of

buildworld, up to and including libraries, except for actually
building the world.

Requested by:	many
This commit is contained in:
Ruslan Ermilov 2004-03-24 08:26:22 +00:00
parent b6cf3f1cad
commit 839274c75b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127360
2 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,7 @@ TGTS= all all-man buildkernel buildworld checkdpadd clean \
hierarchy install installcheck installkernel installkernel.debug\
reinstallkernel reinstallkernel.debug installworld \
libraries lint maninstall \
obj objlink regress rerelease tags update \
obj objlink regress rerelease tags toolchain update \
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
_build-tools _cross-tools _includes _libraries _depend

View File

@ -343,6 +343,8 @@ WMAKE_TGTS+= _includes _libraries _depend everything
buildworld: ${WMAKE_TGTS}
.ORDER: ${WMAKE_TGTS}
toolchain: ${WMAKE_TGTS:N_depend:Neverything}
#
# Use this to add checks to installworld/installkernel targets.
#