Avoid looking up VCS_REVISION for every sub-make call to Makefile.inc1.
MFC after: 2 weeks Sponsored by: Dell EMC
This commit is contained in:
parent
49a1108ae7
commit
c0d9f07d47
@ -364,6 +364,7 @@ _VCS_REVISION?= $$(eval ${SVNVERSION_CMD} ${SRCDIR})
|
||||
. if !empty(_VCS_REVISION)
|
||||
VCS_REVISION= $$(echo r${_VCS_REVISION})
|
||||
. endif
|
||||
.export VCS_REVISION
|
||||
.endif
|
||||
|
||||
.if !defined(OSRELDATE)
|
||||
|
Loading…
Reference in New Issue
Block a user