From 6e71e719522adec83b49a1533af8b5838479c8fb Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 5 May 2021 12:03:21 -0400 Subject: maint: Remove a workaround in Makefile.am. This workaround was made obsolete by commit a23789bbbd, which prevented the PO files from being spuriously updated upon running 'make'. * Makefile.am (release) : Remove command. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0a4bb13e5b..c6028c586a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -840,7 +840,6 @@ system_flags = $(foreach system,$(1),-s $(system)) # XXX: Depend on 'dist' rather than 'distcheck' to work around the Gettext # issue described at . release: dist-with-updated-version all - cd po; git checkout . @if ! git diff-index --quiet HEAD; then \ echo "There are uncommitted changes; stopping." >&2 ; \ exit 1 ; \ -- cgit 1.4.1