guix-commits
[Top][All Lists]
Advanced

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

05/06: build: Use 'guix pack -K' for the 'guix-binary*.tar.xz' targets.


From: Ludovic Courtès
Subject: 05/06: build: Use 'guix pack -K' for the 'guix-binary*.tar.xz' targets.
Date: Sat, 6 May 2017 18:18:45 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 33349e91f967883513a68ec824ab68e78aee528d
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 6 23:42:47 2017 +0200

    build: Use 'guix pack -K' for the 'guix-binary*.tar.xz' targets.
    
    * Makefile.am (guix-binary.%.tar.xz): Add -K flag for 'guix pack'.
---
 Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index ee8fa1f..e035045 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -504,10 +504,10 @@ AM_DISTCHECK_CONFIGURE_FLAGS =                    \
 # The self-contained tarball.  Add 'glibc-utf8-locales' along with glibc just
 # so 'etc/profile' defines 'GUIX_LOCPATH' pointing to a valid set of locales.
 guix-binary.%.tar.xz:
-       $(AM_V_GEN)GUIX_PACKAGE_PATH=                           \
-       tarball=`$(top_builddir)/pre-inst-env guix pack -C xz   \
-         -s "$*" --localstatedir guix glibc-utf8-locales       \
-         -e  '(@@ (gnu packages commencement) glibc-final)'` ; \
+       $(AM_V_GEN)GUIX_PACKAGE_PATH=                                   \
+       tarball=`$(top_builddir)/pre-inst-env guix pack -K -C xz        \
+         -s "$*" --localstatedir guix glibc-utf8-locales               \
+         -e  '(@@ (gnu packages commencement) glibc-final)'` ;         \
        cp "$$tarball" "address@hidden" ; mv "address@hidden" "$@"
 
 



reply via email to

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