mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289439
@ -148,6 +148,7 @@ OSRELDATE!= awk '/^\#define[[:space:]]*__FreeBSD_version/ { print $$3 }' \
|
||||
.else
|
||||
OSRELDATE= 0
|
||||
.endif
|
||||
.export OSRELDATE
|
||||
.endif
|
||||
|
||||
.if !defined(VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user