[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: |
Mon, 19 Apr 2021 08:21:17 -0400 (EDT) |
apteryx pushed a commit to branch version-1.3.0
in repository guix.
commit 7827441b8277adaca4759e730b8066d3889323d4
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 \
- branch version-1.3.0 created (now cb3f969), guix-commits, 2021/04/19
- 01/08: build-aux: Relax the regexp used to match NEWS sections., guix-commits, 2021/04/19
- 06/08: gnu: guix: Update to 1.3.0rc1., guix-commits, 2021/04/19
- 07/08: gnu: guix: Update to 1.3.0rc1.1-07828., guix-commits, 2021/04/19
- 08/08: WIP: Prepare for the release., guix-commits, 2021/04/19
- 02/08: build: Remove a workaround for a 2017 gettext issue.,
guix-commits <=
- 03/08: build: Add doc-po-update as a prerequisite to the dist target., guix-commits, 2021/04/19
- 04/08: .gitignore: Ignore generated .pot files., guix-commits, 2021/04/19
- 05/08: build: Use dist instead of distcheck for the release target., guix-commits, 2021/04/19