svn commit: r294588 - stable/10
Gleb Smirnoff
glebius at FreeBSD.org
Fri Jan 22 18:38:54 UTC 2016
Author: glebius
Date: Fri Jan 22 18:38:52 2016
New Revision: 294588
URL: https://svnweb.freebsd.org/changeset/base/294588
Log:
Make it possible to override NO_INSTALLEXTRAKERNELS.
Submitted by: ngie
Modified:
stable/10/Makefile.inc1
Modified: stable/10/Makefile.inc1
==============================================================================
--- stable/10/Makefile.inc1 Fri Jan 22 18:37:17 2016 (r294587)
+++ stable/10/Makefile.inc1 Fri Jan 22 18:38:52 2016 (r294588)
@@ -1012,7 +1012,7 @@ KERNCONFDIR?= ${KRNLCONFDIR}
BUILDKERNELS=
INSTALLKERNEL=
-NO_INSTALLEXTRAKERNELS=yes
+NO_INSTALLEXTRAKERNELS?= yes
.if defined(NO_INSTALLKERNEL)
# All of the BUILDKERNELS loops start at index 1.
BUILDKERNELS+= dummy
More information about the svn-src-stable
mailing list