Parallel "make release" fixes.
This commit is contained in:
parent
4b448ce5d5
commit
d672a60908
14
Makefile
14
Makefile
@ -84,10 +84,15 @@
|
|||||||
#
|
#
|
||||||
TGTS= all all-man buildkernel buildworld checkdpadd clean \
|
TGTS= all all-man buildkernel buildworld checkdpadd clean \
|
||||||
cleandepend cleandir depend distribute distribworld everything \
|
cleandepend cleandir depend distribute distribworld everything \
|
||||||
hierarchy includes install installcheck installkernel kernel \
|
hierarchy includes install installcheck installkernel \
|
||||||
reinstallkernel installmost installworld libraries lint \
|
reinstallkernel installmost installworld libraries lint \
|
||||||
mk most obj objlink regress rerelease tags update
|
mk most obj objlink regress rerelease tags update
|
||||||
|
|
||||||
|
.ORDER: buildworld installworld
|
||||||
|
.ORDER: buildworld distribworld
|
||||||
|
.ORDER: buildkernel installkernel
|
||||||
|
.ORDER: buildkernel reinstallkernel
|
||||||
|
|
||||||
PATH= /sbin:/bin:/usr/sbin:/usr/bin
|
PATH= /sbin:/bin:/usr/sbin:/usr/bin
|
||||||
MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1
|
MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1
|
||||||
|
|
||||||
@ -133,6 +138,13 @@ world: upgrade_checks
|
|||||||
@printf ">>> ${OBJFORMAT} make world completed on `LC_ALL=C date`\n (started ${STARTTIME})\n"
|
@printf ">>> ${OBJFORMAT} make world completed on `LC_ALL=C date`\n (started ${STARTTIME})\n"
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
|
|
||||||
|
#
|
||||||
|
# kernel
|
||||||
|
#
|
||||||
|
# Short hand for `make buildkernel installkernel'
|
||||||
|
#
|
||||||
|
kernel: buildkernel installkernel
|
||||||
|
|
||||||
#
|
#
|
||||||
# Perform a few tests to determine if the installed tools are adequate
|
# Perform a few tests to determine if the installed tools are adequate
|
||||||
# for building the world. These are for older systems (prior to 2.2.5).
|
# for building the world. These are for older systems (prior to 2.2.5).
|
||||||
|
@ -495,13 +495,6 @@ installkernel reinstallkernel:
|
|||||||
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
|
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
|
||||||
${CROSSENV} ${MAKE} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel$//}
|
${CROSSENV} ${MAKE} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel$//}
|
||||||
|
|
||||||
#
|
|
||||||
# kernel
|
|
||||||
#
|
|
||||||
# Short hand for `make buildkernel installkernel'
|
|
||||||
#
|
|
||||||
kernel: buildkernel installkernel
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# update
|
# update
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user