summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-27 11:48:45 +0000
committerru <ru@FreeBSD.org>2005-02-27 11:48:45 +0000
commit18d2c9923797bf03532891c914c2cb3d25d6b295 (patch)
tree6bbda354324e8d3da72391bc8b1a20ad5806d7a9 /Makefile.inc1
parentefbe004890a46f651f2a93ab5ed05e556bd5020e (diff)
downloadFreeBSD-src-18d2c9923797bf03532891c914c2cb3d25d6b295.zip
FreeBSD-src-18d2c9923797bf03532891c914c2cb3d25d6b295.tar.gz
Add missing continuation.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index ce5639b..2f58ac4 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -591,7 +591,7 @@ INSTALLKERNEL= ${_kernel}
#
buildkernel:
.if empty(BUILDKERNELS)
- @echo "ERROR: Missing kernel configuration file(s) (${KERNCONF}).";
+ @echo "ERROR: Missing kernel configuration file(s) (${KERNCONF})."; \
false
.endif
.if defined(KERNWARN)
@@ -673,7 +673,7 @@ buildkernel:
installkernel installkernel.debug \
reinstallkernel reinstallkernel.debug: ${SPECIAL_INSTALLCHECKS}
.if empty(INSTALLKERNEL)
- @echo "ERROR: No kernel \"${KERNCONF}\" to install."
+ @echo "ERROR: No kernel \"${KERNCONF}\" to install."; \
false
.endif
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud