Author: obrien
Date: Thu May  5 00:43:55 2011
New Revision: 221469
URL: http://svn.freebsd.org/changeset/base/221469

Log:
  Correct the kernel config name printed out during install.
  
  PR:           156579
  Submitted by: dhw

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Thu May  5 00:43:40 2011        (r221468)
+++ head/Makefile.inc1  Thu May  5 00:43:55 2011        (r221469)
@@ -868,7 +868,7 @@ reinstallkernel reinstallkernel.debug: i
        false
 .endif
        @echo "--------------------------------------------------------------"
-       @echo ">>> Installing kernel ${KERNCONF}"
+       @echo ">>> Installing kernel ${INSTALLKERNEL}"
        @echo "--------------------------------------------------------------"
        cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
            ${CROSSENV} PATH=${TMPPATH} \
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to