svn commit: r299086 - head
Garrett Cooper
ngie at FreeBSD.org
Wed May 4 21:00:42 UTC 2016
Author: ngie
Date: Wed May 4 21:00:41 2016
New Revision: 299086
URL: https://svnweb.freebsd.org/changeset/base/299086
Log:
Default NO_INSTALLEXTRAKERNELS to "no" to unbreak the build
MFC after: soon (was insta-MFCed -_-..)
Pointyhat to: glebius
Sponsored by: EMC / Isilon Storage Division
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Wed May 4 20:20:55 2016 (r299085)
+++ head/Makefile.inc1 Wed May 4 21:00:41 2016 (r299086)
@@ -1133,6 +1133,8 @@ buildkernel: .MAKE .PHONY
@echo "--------------------------------------------------------------"
.endfor
+NO_INSTALLEXTRAKERNELS?= no
+
#
# installkernel, etc.
#
More information about the svn-src-all
mailing list