svn commit: r298221 - head

Bryan Drewery bdrewery at FreeBSD.org
Mon Apr 18 18:39:44 UTC 2016


Author: bdrewery
Date: Mon Apr 18 18:39:43 2016
New Revision: 298221
URL: https://svnweb.freebsd.org/changeset/base/298221

Log:
  Follow-up r298220: Don't pass down META_MODE which will still enable it.
  
  Reported by:	Nikolai Lifanov <lifanov at mail.lifanov.com>
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Mon Apr 18 18:14:05 2016	(r298220)
+++ head/Makefile	Mon Apr 18 18:39:43 2016	(r298221)
@@ -189,6 +189,7 @@ _MAKE=	PATH=${PATH} ${SUB_MAKE} -f Makef
 # redundant restaging but is dangerous for user install targets.
 .if make(distrib*) || make(*install*)
 _MAKE+=	MK_META_MODE=no
+.unexport META_MODE
 .endif
 
 # Guess machine architecture from machine type, and vice versa.


More information about the svn-src-head mailing list