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
b6cf3f1cad
commit
839274c75b
2
Makefile
2
Makefile
@ -67,7 +67,7 @@ TGTS= all all-man buildkernel buildworld checkdpadd clean \
|
|||||||
hierarchy install installcheck installkernel installkernel.debug\
|
hierarchy install installcheck installkernel installkernel.debug\
|
||||||
reinstallkernel reinstallkernel.debug installworld \
|
reinstallkernel reinstallkernel.debug installworld \
|
||||||
libraries lint maninstall \
|
libraries lint maninstall \
|
||||||
obj objlink regress rerelease tags update \
|
obj objlink regress rerelease tags toolchain update \
|
||||||
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
|
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
|
||||||
_build-tools _cross-tools _includes _libraries _depend
|
_build-tools _cross-tools _includes _libraries _depend
|
||||||
|
|
||||||
|
@ -343,6 +343,8 @@ WMAKE_TGTS+= _includes _libraries _depend everything
|
|||||||
buildworld: ${WMAKE_TGTS}
|
buildworld: ${WMAKE_TGTS}
|
||||||
.ORDER: ${WMAKE_TGTS}
|
.ORDER: ${WMAKE_TGTS}
|
||||||
|
|
||||||
|
toolchain: ${WMAKE_TGTS:N_depend:Neverything}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Use this to add checks to installworld/installkernel targets.
|
# Use this to add checks to installworld/installkernel targets.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user