Fix git versioning
This commit is contained in:
parent
f689187966
commit
caf29a6480
@ -46,7 +46,7 @@ include ${MK}/${MKPAM}.mk
|
|||||||
_GITVER_SH= if git rev-parse --short HEAD >/dev/null 2>&1; then \
|
_GITVER_SH= if git rev-parse --short HEAD >/dev/null 2>&1; then \
|
||||||
printf "."; \
|
printf "."; \
|
||||||
git rev-parse --short HEAD; \
|
git rev-parse --short HEAD; \
|
||||||
else; \
|
else \
|
||||||
echo ""; \
|
echo ""; \
|
||||||
fi
|
fi
|
||||||
_GITVER!= ${_GITVER_SH}
|
_GITVER!= ${_GITVER_SH}
|
||||||
|
Loading…
Reference in New Issue
Block a user