summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2011-04-22 17:10:51 +0000
committerobrien <obrien@FreeBSD.org>2011-04-22 17:10:51 +0000
commita86fde8935c4795d5afeb499b43326807412077c (patch)
tree5ad7a7ee67535b96ca6ed0fe552003a41857c873 /Makefile.inc1
parent43a3d793a3fd247e99e47fa13e71f6bcd307d34c (diff)
downloadFreeBSD-src-a86fde8935c4795d5afeb499b43326807412077c.zip
FreeBSD-src-a86fde8935c4795d5afeb499b43326807412077c.tar.gz
Note which of the built kernels is being installed.
PR: 156579 Submitted by: dhw
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 486fb64..c5340c5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -868,7 +868,7 @@ reinstallkernel reinstallkernel.debug: installcheck
false
.endif
@echo "--------------------------------------------------------------"
- @echo ">>> Installing kernel"
+ @echo ">>> Installing kernel ${KERNCONF}"
@echo "--------------------------------------------------------------"
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
${CROSSENV} PATH=${TMPPATH} \
OpenPOWER on IntegriCloud