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:
parent
90aa0e3886
commit
25227609c8
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user