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:
parent
fb84a99e0f
commit
470c2b3af1
@ -148,6 +148,7 @@ OSRELDATE!= awk '/^\#define[[:space:]]*__FreeBSD_version/ { print $$3 }' \
|
|||||||
.else
|
.else
|
||||||
OSRELDATE= 0
|
OSRELDATE= 0
|
||||||
.endif
|
.endif
|
||||||
|
.export OSRELDATE
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if !defined(VERSION)
|
.if !defined(VERSION)
|
||||||
|
Loading…
Reference in New Issue
Block a user