Author: bdrewery
Date: Sat Oct 17 04:03:53 2015
New Revision: 289439
URL: https://svnweb.freebsd.org/changeset/base/289439

Log:
  Export OSRELDATE so sub-makes don't look it up again.
  
  We pass BOOTSTRAPPING=${OSRELDATE} to some of the sub-makes.  Rather than
  chase every ${MAKE} invokation, just export it as bmake lets us.
  
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Sat Oct 17 03:51:50 2015        (r289438)
+++ head/Makefile.inc1  Sat Oct 17 04:03:53 2015        (r289439)
@@ -148,6 +148,7 @@ OSRELDATE!= awk '/^\#define[[:space:]]*_
 .else
 OSRELDATE=     0
 .endif
+.export OSRELDATE
 .endif
 
 .if !defined(VERSION)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to