summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-17 04:03:53 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-17 04:03:53 +0000
commit6a86a0a266596cfe281141e8f9b3f054984565a0 (patch)
tree101aefcbdc20e1f52c5f7640afca7ec7f034d4e6 /Makefile.inc1
parent303afd501b2fc4c24ba43ea7149f10159dba5808 (diff)
downloadFreeBSD-src-6a86a0a266596cfe281141e8f9b3f054984565a0.zip
FreeBSD-src-6a86a0a266596cfe281141e8f9b3f054984565a0.tar.gz
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
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e491053..5418585 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -148,6 +148,7 @@ OSRELDATE!= awk '/^\#define[[:space:]]*__FreeBSD_version/ { print $$3 }' \
.else
OSRELDATE= 0
.endif
+.export OSRELDATE
.endif
.if !defined(VERSION)
OpenPOWER on IntegriCloud