* top/maint.mk (gnulib-version): Silence git describe on failure.
+2024-05-12 Simon Josefsson <simon@josefsson.org>
+
+ maintainer-makefile: Silence announce-gen error with GNULIB_REVISION.
+ * top/maint.mk (gnulib-version): Silence git describe on failure.
+
2024-05-12 Bruno Haible <bruno@clisp.org>
execinfo: Document known bugs.
rel-files = $(DIST_ARCHIVES)
gnulib-version = $$(cd $(gnulib_dir) \
- && { git describe || git rev-parse --short=10 HEAD; } )
+ && { git describe 2> /dev/null || git rev-parse --short=10 HEAD; } )
bootstrap-tools ?= autoconf,automake,gnulib
gpgv = $$(gpgv2 --version >/dev/null && echo gpgv2 || echo gpgv)