Commit 90704b3d50a652d2c3778459ec79fb3961c292e4
authorDoug Szumski <d.s.szumski@gmail.com>
Sun, 4 Jun 2017 13:30:10 +0000 (14:30 +0100)
committerMichel Pollet <github.com@pollet.net>
Tue, 27 Jun 2017 12:15:15 +0000 (13:15 +0100)
For example, before this change the version would
be set as 'tag:v1.5'. After this change it will be
'v1.5'.

simavr/Makefile

index 0e1d4433718e6259e0dce92e5cba5a886e0c2710..35ee448d87b5e3264775b318ab71a70ad9598905 100644 (file)
@@ -18,8 +18,7 @@
 
 SHELL                  := ${shell which bash}
 SIMAVR_VERSION := ${shell \
-       { git log -1 --tags --simplify-by-decoration --pretty="format:%d"|\
-               sed -e 's/[\(\) ]//g'; } || \
+       git describe --abbrev=0 --tags || \
        echo "unknown" }
 SIMAVR_REVISION        = 2