]> gitweb.factorcode.org Git - factor.git/commitdiff
GNUMakefile: Save entire git id.
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 4 Aug 2015 23:27:41 +0000 (16:27 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 4 Aug 2015 23:28:41 +0000 (16:28 -0700)
GNUmakefile

index e98dbd07afae8127655e33473671006d241d0c8c..9922d28527803cdd2f3fe77590dd1db5000e3992 100644 (file)
@@ -1,6 +1,6 @@
 ifdef CONFIG
        VERSION = 0.98
-       GIT_LABEL = $(shell git describe --all --long)
+       GIT_LABEL = $(shell echo `git describe --all`-`git rev-parse HEAD`)
 
        BUNDLE = Factor.app