[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: maint: Remove a workaround in Makefile.am.
From: |
guix-commits |
Subject: |
02/04: maint: Remove a workaround in Makefile.am. |
Date: |
Wed, 5 May 2021 16:36:53 -0400 (EDT) |
apteryx pushed a commit to branch version-1.3.0
in repository guix.
commit 6e71e719522adec83b49a1533af8b5838479c8fb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed May 5 12:03:21 2021 -0400
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) <git checkout>: Remove command.
---
Makefile.am | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 0a4bb13..c6028c5 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 <https://savannah.gnu.org/bugs/index.php?51027>.
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 ; \