aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-10 09:54:16 +0200
committerLoïc Hoguin <[email protected]>2018-05-10 09:54:16 +0200
commitca7fcc22e1eae294a2a05f89b2f95c20f7e2ceb6 (patch)
tree1fb5226096cdefe77a0531f8087182090ca8a0e3
parentc5250f4c82ce8d5cde4f65e0c690a923092807e6 (diff)
downloaderlang.mk-ca7fcc22e1eae294a2a05f89b2f95c20f7e2ceb6.tar.gz
erlang.mk-ca7fcc22e1eae294a2a05f89b2f95c20f7e2ceb6.tar.bz2
erlang.mk-ca7fcc22e1eae294a2a05f89b2f95c20f7e2ceb6.zip
Use --always in git describe
[ci skip]
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0be579..ddd7842 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ BUILD_CONFIG = $(shell sed "s/\#.*//" $(BUILD_CONFIG_FILE) \
endif
ERLANG_MK ?= erlang.mk
-ERLANG_MK_VERSION = $(shell git describe --tags --dirty)
+ERLANG_MK_VERSION = $(shell git describe --dirty --tags --always)
.PHONY: all check