svn commit: r227545 - stable/8

David E. O'Brien obrien at FreeBSD.org
Tue Nov 15 23:46:26 UTC 2011


Author: obrien
Date: Tue Nov 15 23:46:25 2011
New Revision: 227545
URL: http://svn.freebsd.org/changeset/base/227545

Log:
  MFC: r220954 & r221469: Note which of the built kernels is being installed.
  PR: 156579

Modified:
  stable/8/Makefile.inc1   (contents, props changed)
Directory Properties:
  stable/8/   (props changed)

Modified: stable/8/Makefile.inc1
==============================================================================
--- stable/8/Makefile.inc1	Tue Nov 15 23:37:15 2011	(r227544)
+++ stable/8/Makefile.inc1	Tue Nov 15 23:46:25 2011	(r227545)
@@ -813,7 +813,7 @@ reinstallkernel reinstallkernel.debug: i
 	false
 .endif
 	@echo "--------------------------------------------------------------"
-	@echo ">>> Installing kernel"
+	@echo ">>> Installing kernel ${INSTALLKERNEL}"
 	@echo "--------------------------------------------------------------"
 	cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
 	    ${CROSSENV} PATH=${TMPPATH} \


More information about the svn-src-all mailing list