From: Gary V. Vaughan Date: Sun, 27 Oct 2013 01:08:08 +0000 (+1300) Subject: maint.mk: get current gnulib revision correctly. X-Git-Tag: v0.1~3 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=6b24f60dad0f97704ae07d9688de7f31c1923bf7 maint.mk: get current gnulib revision correctly. * top/maint.mk (gnulib-version): Use git rev-parse to get the current HEAD revision. Signed-off-by: Gary V. Vaughan --- diff --git a/top/maint.mk b/top/maint.mk index c1b786f89..c9f8cc853 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -1283,7 +1283,7 @@ vc-diff-check: rel-files = $(DIST_ARCHIVES) gnulib_dir ?= $(srcdir)/gnulib -gnulib-version = $$(cd $(gnulib_dir) && git describe) +gnulib-version = $$(cd $(gnulib_dir) && git rev-parse --short HEAD) bootstrap-tools ?= autoconf,automake,gnulib # If it's not already specified, derive the GPG key ID from