summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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