svn commit: r289439 - head

Bryan Drewery bdrewery at FreeBSD.org
Sat Oct 17 04:03:55 UTC 2015


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)


More information about the svn-src-all mailing list