From: Doug Coleman Date: Tue, 4 Aug 2015 23:27:41 +0000 (-0700) Subject: GNUMakefile: Save entire git id. X-Git-Tag: unmaintained~2169 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=cf80135ffa87944a42f24d6c964b0c21d6554716 GNUMakefile: Save entire git id. --- diff --git a/GNUmakefile b/GNUmakefile index e98dbd07af..9922d28527 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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