Add missing continuation.
This commit is contained in:
parent
a4e5390551
commit
552b98b913
@ -591,7 +591,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)
|
||||||
@ -673,7 +673,7 @@ buildkernel:
|
|||||||
installkernel installkernel.debug \
|
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
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
|
Loading…
Reference in New Issue
Block a user