Properly lookup values if they were empty.
Spotted by: rpokala X-MFC-With: r329676 MFC after: 2 weeks Sponsored by: Dell EMC
This commit is contained in:
parent
0f8995a910
commit
55927f2836
@ -350,8 +350,8 @@ SVN_CMD= ${_P}/${_S}
|
||||
.export SVN_CMD
|
||||
.endif
|
||||
SVNFLAGS?= -r HEAD
|
||||
.if !defined(VCS_REVISION) && empty(VCS_REVISION)
|
||||
.if !defined(SVNVERSION_CMD) && empty(SVNVERSION_CMD)
|
||||
.if !defined(VCS_REVISION) || empty(VCS_REVISION)
|
||||
.if !defined(SVNVERSION_CMD) || empty(SVNVERSION_CMD)
|
||||
. for _D in ${PATH:S,:, ,g}
|
||||
. if exists(${_D}/svnversion)
|
||||
SVNVERSION_CMD?=${_D}/svnversion
|
||||
|
Loading…
Reference in New Issue
Block a user