mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
Add missing continuation.
This commit is contained in:
parent
a4e5390551
commit
552b98b913
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142642
@ -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 "--------------------------------------------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user