Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 May 2016 21:15:28 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299088 - head
Message-ID:  <201605042115.u44LFSUd030196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed May  4 21:15:28 2016
New Revision: 299088
URL: https://svnweb.freebsd.org/changeset/base/299088

Log:
  Default NO_INSTALLEXTRAKERNELS to yes, not no
  
  The old (^/stable/9) default was yes, not no ("no" was the new default
  introduced recently that broke POLA). Restore it to keep POLA like
  glebius intended in r299077
  
  MFC after: 3 days
  X-MFC with: r299086
  Pointyhat to: ngie (research before assuming and committing next time)
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Wed May  4 21:07:30 2016	(r299087)
+++ head/Makefile.inc1	Wed May  4 21:15:28 2016	(r299088)
@@ -1133,7 +1133,7 @@ buildkernel: .MAKE .PHONY
 	@echo "--------------------------------------------------------------"
 .endfor
 
-NO_INSTALLEXTRAKERNELS?=		no
+NO_INSTALLEXTRAKERNELS?=	yes
 
 #
 # installkernel, etc.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605042115.u44LFSUd030196>