aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-02-27 11:48:45 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-02-27 11:48:45 +0000
commit552b98b913b55ebe94ab34e5a75727de07872b25 (patch)
tree6bbda354324e8d3da72391bc8b1a20ad5806d7a9 /Makefile.inc1
parenta4e539055180e729d7a3ae58634315ceb51c8000 (diff)
downloadsrc-552b98b913b55ebe94ab34e5a75727de07872b25.tar.gz
src-552b98b913b55ebe94ab34e5a75727de07872b25.zip
Add missing continuation.
Notes
Notes: svn path=/head/; revision=142642
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 ce5639bd64ee..2f58ac495411 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 "--------------------------------------------------------------"