From 524df2190b855c4096449a1aaa7b92a15875f7a7 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 9 Oct 2013 17:57:43 -0700 Subject: Add make target for tarballs --- version.make | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'version.make') 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 -- cgit v1.2.3-70-g09d2