[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: build: Remove a workaround for a 2017 gettext issue.
From: |
guix-commits |
Subject: |
02/08: build: Remove a workaround for a 2017 gettext issue. |
Date: |
Sun, 18 Apr 2021 15:42:08 -0400 (EDT) |
apteryx pushed a commit to branch version-1.3.0
in repository guix.
commit 80f971bed27f9dd48b8a4b13b0081c3c927af0a5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Apr 18 11:44:34 2021 -0400
build: Remove a workaround for a 2017 gettext issue.
* Makefile.am (dist-with-updated-version): Call distcheck rather than dist.
---
Makefile.am | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 17ad236..79debd7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -782,7 +782,7 @@ gen-AUTHORS:
dist-with-updated-version:
@echo "Running './bootstrap' for new version string..."
$(top_srcdir)/bootstrap
- $(MAKE) $(AM_MAKEFLAGS) $(top_srcdir)/.version dist
+ $(MAKE) $(AM_MAKEFLAGS) $(top_srcdir)/.version distcheck
.PHONY: dist-with-updated-version
@@ -839,9 +839,6 @@ system_flags = $(foreach system,$(1),-s $(system))
#
# This 'release' target takes care of everything and copies the resulting
# files to $(releasedir).
-#
-# 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
cd po; git checkout .
@if ! git diff-index --quiet HEAD; then \