summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2004-03-04 09:14:30 +0000
committerBruce Evans <bde@FreeBSD.org>2004-03-04 09:14:30 +0000
commit9565bbf3b10ef8920234cdf8899870db232238df (patch)
tree96751abe367f71cee98daa9a75c56c4186bc9acd /Makefile.inc1
parent901912aa2689bbd68ed5f9ba0ec376971f32a6f1 (diff)
downloadsrc-test-9565bbf3b10ef8920234cdf8899870db232238df.tar.gz
src-test-9565bbf3b10ef8920234cdf8899870db232238df.zip
Improved the description of the installkernel targets.
Don't hide what we do to force failures for the installkernel targets or other targets.
Notes
Notes: svn path=/head/; revision=126584
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc112
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 8e238e0f8918c..4df337fe71acc 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -221,7 +221,7 @@ _worldtmp:
@echo
@echo "*** Error: path to source tree contains a comma ','"
@echo
- @false
+ false
.endif
@echo
@echo "--------------------------------------------------------------"
@@ -387,7 +387,7 @@ sparc64_installcheck:
@echo " export NEWSPARC_TIMETYPE"
@echo "* and repeat your 'make' command."
@echo ""
- @false
+ false
.endif
@echo ""
.elif ${NEWSPARC_TIMETYPE} != ${SRC_TIMETYPE}
@@ -395,7 +395,7 @@ sparc64_installcheck:
@echo "*** ERROR: The variable NEWSPARC_TIMETYPE is set to '${NEWSPARC_TIMETYPE}'"
@echo "*** but ${.CURDIR}/sys/sparc64/include/_types.h"
@echo "*** has __time_t defined as: '${SRC_TIMETYPE}'"
- @false
+ false
.else
@# in sparc64_installcheck, all TIMETYPEs == '${NEWSPARC_TIMETYPE}'
.endif
@@ -508,7 +508,7 @@ INSTALLKERNEL= ${_kernel}
buildkernel:
.if empty(BUILDKERNELS)
@echo "ERROR: Missing kernel configuration file(s) (${KERNCONF}).";
- @false
+ false
.endif
.if defined(KERNWARN)
@echo "--------------------------------------------------------------"
@@ -558,7 +558,7 @@ buildkernel:
.endfor
#
-# installkernel
+# installkernel, etc.
#
# Install the kernel defined by INSTALLKERNEL
#
@@ -566,7 +566,7 @@ installkernel installkernel.debug \
reinstallkernel reinstallkernel.debug: ${SPECIAL_INSTALLCHECKS}
.if empty(INSTALLKERNEL)
@echo "ERROR: No kernel \"${KERNCONF}\" to install."
- @false
+ false
.endif
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
${CROSSENV} PATH=${TMPPATH} \