svn commit: r202501 - stable/8
Christian Brueffer
brueffer at FreeBSD.org
Sun Jan 17 18:17:00 UTC 2010
Author: brueffer
Date: Sun Jan 17 18:17:00 2010
New Revision: 202501
URL: http://svn.freebsd.org/changeset/base/202501
Log:
MFC: r197056 by des
Fix comment about KERNFAST.
PR: 142854
Submitted by: Nikolay Denev <ndenev at gmail.com>
Modified:
stable/8/Makefile.inc1
Directory Properties:
stable/8/ (props changed)
Modified: stable/8/Makefile.inc1
==============================================================================
--- stable/8/Makefile.inc1 Sun Jan 17 17:52:35 2010 (r202500)
+++ stable/8/Makefile.inc1 Sun Jan 17 18:17:00 2010 (r202501)
@@ -5,7 +5,7 @@
# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
# -DNO_CLEAN do not clean at all
# -DNO_SHARE do not go into share subdir
-# -DKERNFAST define NO_KERNELCONFIG, NO_KERNELCLEAN and NO_KERNELCONFIG
+# -DKERNFAST define NO_KERNELCONFIG, NO_KERNELCLEAN and NO_KERNELDEPEND
# -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
# -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel
# -DNO_KERNELDEPEND do not run ${MAKE} depend in ${MAKE} buildkernel
More information about the svn-src-all
mailing list