Improved the description of the installkernel targets.
Don't hide what we do to force failures for the installkernel targets or other targets.
This commit is contained in:
parent
901912aa26
commit
9565bbf3b1
@ -221,7 +221,7 @@ _worldtmp:
|
|||||||
@echo
|
@echo
|
||||||
@echo "*** Error: path to source tree contains a comma ','"
|
@echo "*** Error: path to source tree contains a comma ','"
|
||||||
@echo
|
@echo
|
||||||
@false
|
false
|
||||||
.endif
|
.endif
|
||||||
@echo
|
@echo
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
@ -387,7 +387,7 @@ sparc64_installcheck:
|
|||||||
@echo " export NEWSPARC_TIMETYPE"
|
@echo " export NEWSPARC_TIMETYPE"
|
||||||
@echo "* and repeat your 'make' command."
|
@echo "* and repeat your 'make' command."
|
||||||
@echo ""
|
@echo ""
|
||||||
@false
|
false
|
||||||
.endif
|
.endif
|
||||||
@echo ""
|
@echo ""
|
||||||
.elif ${NEWSPARC_TIMETYPE} != ${SRC_TIMETYPE}
|
.elif ${NEWSPARC_TIMETYPE} != ${SRC_TIMETYPE}
|
||||||
@ -395,7 +395,7 @@ sparc64_installcheck:
|
|||||||
@echo "*** ERROR: The variable NEWSPARC_TIMETYPE is set to '${NEWSPARC_TIMETYPE}'"
|
@echo "*** ERROR: The variable NEWSPARC_TIMETYPE is set to '${NEWSPARC_TIMETYPE}'"
|
||||||
@echo "*** but ${.CURDIR}/sys/sparc64/include/_types.h"
|
@echo "*** but ${.CURDIR}/sys/sparc64/include/_types.h"
|
||||||
@echo "*** has __time_t defined as: '${SRC_TIMETYPE}'"
|
@echo "*** has __time_t defined as: '${SRC_TIMETYPE}'"
|
||||||
@false
|
false
|
||||||
.else
|
.else
|
||||||
@# in sparc64_installcheck, all TIMETYPEs == '${NEWSPARC_TIMETYPE}'
|
@# in sparc64_installcheck, all TIMETYPEs == '${NEWSPARC_TIMETYPE}'
|
||||||
.endif
|
.endif
|
||||||
@ -508,7 +508,7 @@ INSTALLKERNEL= ${_kernel}
|
|||||||
buildkernel:
|
buildkernel:
|
||||||
.if empty(BUILDKERNELS)
|
.if empty(BUILDKERNELS)
|
||||||
@echo "ERROR: Missing kernel configuration file(s) (${KERNCONF}).";
|
@echo "ERROR: Missing kernel configuration file(s) (${KERNCONF}).";
|
||||||
@false
|
false
|
||||||
.endif
|
.endif
|
||||||
.if defined(KERNWARN)
|
.if defined(KERNWARN)
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
@ -558,7 +558,7 @@ buildkernel:
|
|||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
#
|
#
|
||||||
# installkernel
|
# installkernel, etc.
|
||||||
#
|
#
|
||||||
# Install the kernel defined by INSTALLKERNEL
|
# Install the kernel defined by INSTALLKERNEL
|
||||||
#
|
#
|
||||||
@ -566,7 +566,7 @@ installkernel installkernel.debug \
|
|||||||
reinstallkernel reinstallkernel.debug: ${SPECIAL_INSTALLCHECKS}
|
reinstallkernel reinstallkernel.debug: ${SPECIAL_INSTALLCHECKS}
|
||||||
.if empty(INSTALLKERNEL)
|
.if empty(INSTALLKERNEL)
|
||||||
@echo "ERROR: No kernel \"${KERNCONF}\" to install."
|
@echo "ERROR: No kernel \"${KERNCONF}\" to install."
|
||||||
@false
|
false
|
||||||
.endif
|
.endif
|
||||||
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
|
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
|
||||||
${CROSSENV} PATH=${TMPPATH} \
|
${CROSSENV} PATH=${TMPPATH} \
|
||||||
|
Loading…
Reference in New Issue
Block a user