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:
bdrewery 2015-10-17 04:03:53 +00:00
parent 303afd501b
commit 6a86a0a266

View File

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