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
This commit is contained in:
Bryan Drewery 2015-10-17 04:03:53 +00:00
parent fb84a99e0f
commit 470c2b3af1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289439

View file

@ -148,6 +148,7 @@ OSRELDATE!= awk '/^\#define[[:space:]]*__FreeBSD_version/ { print $$3 }' \
.else
OSRELDATE= 0
.endif
.export OSRELDATE
.endif
.if !defined(VERSION)