Forgot to commit this for the includes' ->
buildincludes',
`incsinstall' -> `installincludes' changes.
This commit is contained in:
parent
1737392273
commit
28d2080a4b
7
Makefile
7
Makefile
@ -93,10 +93,13 @@
|
|||||||
#
|
#
|
||||||
TGTS= all all-man buildkernel buildworld checkdpadd clean \
|
TGTS= all all-man buildkernel buildworld checkdpadd clean \
|
||||||
cleandepend cleandir depend distribute distributeworld everything \
|
cleandepend cleandir depend distribute distributeworld everything \
|
||||||
hierarchy includes incsinstall install installcheck installkernel \
|
hierarchy install installcheck installkernel \
|
||||||
reinstallkernel installmost installworld libraries lint maninstall \
|
reinstallkernel installmost installworld libraries lint maninstall \
|
||||||
mk most obj objlink regress rerelease tags update
|
mk most obj objlink regress rerelease tags update
|
||||||
|
|
||||||
|
BITGTS= includes
|
||||||
|
BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
|
||||||
|
|
||||||
.ORDER: buildworld installworld
|
.ORDER: buildworld installworld
|
||||||
.ORDER: buildworld distributeworld
|
.ORDER: buildworld distributeworld
|
||||||
.ORDER: buildkernel installkernel
|
.ORDER: buildkernel installkernel
|
||||||
@ -108,7 +111,7 @@ MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1
|
|||||||
#
|
#
|
||||||
# Handle the user-driven targets, using the source relative mk files.
|
# Handle the user-driven targets, using the source relative mk files.
|
||||||
#
|
#
|
||||||
${TGTS}: upgrade_checks
|
${TGTS} ${BITGTS}: upgrade_checks
|
||||||
@cd ${.CURDIR}; \
|
@cd ${.CURDIR}; \
|
||||||
${MAKE} ${.TARGET}
|
${MAKE} ${.TARGET}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user