changeset 37217:5c0d73975115

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 <gary@gnu.org>
author Gary V. Vaughan <gary@gnu.org>
date Sun, 27 Oct 2013 14:08:08 +1300
parents a5d7c32e5bd3
children 8c1e22b8d2bf
files top/maint.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/top/maint.mk	Mon Oct 21 22:48:35 2013 -0700
+++ b/top/maint.mk	Sun Oct 27 14:08:08 2013 +1300
@@ -1283,7 +1283,7 @@
 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