guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: build: Use dist instead of distcheck for the release target.


From: guix-commits
Subject: 05/08: build: Use dist instead of distcheck for the release target.
Date: Mon, 19 Apr 2021 08:21:18 -0400 (EDT)

apteryx pushed a commit to branch version-1.3.0
in repository guix.

commit 4b3f376f714bedd5862cd48638121e72cc91596f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Apr 18 23:31:31 2021 -0400

    build: Use dist instead of distcheck for the release target.
    
    This backtracks from commit 7827441b82; the bug is no longer there, but we
    don't want to use distcheck yet as it does substitute availability checking,
    fails for powerpc64le (due to not having no support from the CI yet).
    
    * Makefile.am (dist-with-updated-version): Run dist, not distcheck.
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index ce1e80d..0ed1c0d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -782,10 +782,11 @@ gen-AUTHORS:
 # Like 'dist', but regenerate 'configure' so we get an up-to-date
 # 'PACKAGE_VERSION' string.  (In Gnulib, 'GNUmakefile' has a special trick to
 # do that whenever a 'dist' target is used.)
+# TODO: Use distcheck after powerpc64le has good support from the CI.
 dist-with-updated-version:
        @echo "Running './bootstrap' for new version string..."
        $(top_srcdir)/bootstrap
-       $(MAKE) $(AM_MAKEFLAGS) $(top_srcdir)/.version distcheck
+       $(MAKE) $(AM_MAKEFLAGS) $(top_srcdir)/.version dist
 
 .PHONY: dist-with-updated-version
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]