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:
Bryan Drewery 2018-02-20 21:53:39 +00:00
parent 49a1108ae7
commit c0d9f07d47

View File

@ -364,6 +364,7 @@ _VCS_REVISION?= $$(eval ${SVNVERSION_CMD} ${SRCDIR})
. if !empty(_VCS_REVISION) . if !empty(_VCS_REVISION)
VCS_REVISION= $$(echo r${_VCS_REVISION}) VCS_REVISION= $$(echo r${_VCS_REVISION})
. endif . endif
.export VCS_REVISION
.endif .endif
.if !defined(OSRELDATE) .if !defined(OSRELDATE)