Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 04:03:53 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289439 - head
Message-ID:  <201510170403.t9H43rh9097440@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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