summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-10-17 04:03:53 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-10-17 04:03:53 +0000
commit470c2b3af178711d8c6b0f0e9c2bd7bac845389c (patch)
tree101aefcbdc20e1f52c5f7640afca7ec7f034d4e6 /Makefile.inc1
parentfb84a99e0f975a86d6e6ae98923192648f6bd86e (diff)
downloadsrc-test2-470c2b3af178711d8c6b0f0e9c2bd7bac845389c.tar.gz
src-test2-470c2b3af178711d8c6b0f0e9c2bd7bac845389c.zip
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
Notes
Notes: svn path=/head/; revision=289439
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 e491053e2f1d..541858529949 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)