summaryrefslogtreecommitdiff
path: root/version.make
diff options
context:
space:
mode:
Diffstat (limited to 'version.make')
-rw-r--r--version.make5
1 files changed, 2 insertions, 3 deletions
diff --git a/version.make b/version.make
index 04ba9c3..8df7143 100644
--- a/version.make
+++ b/version.make
@@ -1,5 +1,3 @@
-# TODO replace this file in tarballs
-# for now, only git builds will work.
VERSION_FULL := $(shell cd ${SRC_DIR}; git describe --tags HEAD)
VERSION_HASH := $(shell cd ${SRC_DIR}; git rev-parse HEAD)
@@ -11,7 +9,8 @@ VERSION_DEVEL := $(word 4,${version_bits})
ifeq "${VERSION_DEVEL}" ""
VERSION_DEVEL := 0
endif
-VERSION_FULL += $(shell cd ${SRC_DIR}; git diff --quiet HEAD || echo dirty)
+# tracking dirty trees is more trouble than it's worth
+#VERSION_FULL += $(shell cd ${SRC_DIR}; git diff --quiet HEAD || echo dirty)
VENDOR := Vanilla
VENDOR_VERSION := 0