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 <[email protected]>
  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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to