configure: embed short hash for the git revision.
This commit is contained in:
parent
0a48738634
commit
9d562671ee
2
configure
vendored
2
configure
vendored
@ -193,7 +193,7 @@ echo "CPPFLAGS += -DXBPS_VERSION=\\\"${VERSION}\\\"" >>$CONFIG_MK
|
||||
echo "CPPFLAGS += -D_unused=\"__attribute__((__unused__))\"" >>$CONFIG_MK
|
||||
|
||||
if [ -d .git ]; then
|
||||
_gitrev=$(git rev-parse master)
|
||||
_gitrev=$(git rev-parse --short master)
|
||||
echo "CPPFLAGS += -DXBPS_GIT=\\\"${_gitrev}\\\"" >>$CONFIG_MK
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user