summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-04-09 13:17:06 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-09 13:18:13 +0200
commit8b292ffd3cd969286ee9cbdb70fde8cf384b9b8b (patch)
treee2c53bc551b6686966ea059fb9dfef82b17225d5
parent808084e9d1ba7d78621bf4c441c7ddb616849683 (diff)
maint: 'release' target no longer uses -K, to allow for offloading.
This is a followup to 2ce08a5d79f6eb1d2d3839aca859559b9829ae36. * Makefile.am (release): Remove -K flag.
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 94348ff00d0..e9b84d8e4e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -775,7 +775,7 @@ release: dist
775 git commit -m "gnu: guix: Update to $(PACKAGE_VERSION)." 775 git commit -m "gnu: guix: Update to $(PACKAGE_VERSION)."
776 $(top_builddir)/pre-inst-env guix build $(GUIX_FOR_BINARY_TARBALL) \ 776 $(top_builddir)/pre-inst-env guix build $(GUIX_FOR_BINARY_TARBALL) \
777 $(call system_flags,$(SUPPORTED_SYSTEMS)) \ 777 $(call system_flags,$(SUPPORTED_SYSTEMS)) \
778 -v1 --no-grafts -K 778 -v1 --no-grafts
779 rm -f $(BINARY_TARBALLS) 779 rm -f $(BINARY_TARBALLS)
780 $(MAKE) $(BINARY_TARBALLS) 780 $(MAKE) $(BINARY_TARBALLS)
781 for system in $(SUPPORTED_SYSTEMS) ; do \ 781 for system in $(SUPPORTED_SYSTEMS) ; do \
@@ -789,7 +789,7 @@ release: dist
789 git commit -m "gnu: guix: Update to `git rev-parse HEAD | cut -c1-7`." 789 git commit -m "gnu: guix: Update to `git rev-parse HEAD | cut -c1-7`."
790 $(top_builddir)/pre-inst-env guix build guix \ 790 $(top_builddir)/pre-inst-env guix build guix \
791 $(call system_flags,$(GUIX_SYSTEM_SUPPORTED_SYSTEMS)) \ 791 $(call system_flags,$(GUIX_SYSTEM_SUPPORTED_SYSTEMS)) \
792 -v1 --no-grafts -K 792 -v1 --no-grafts
793 for system in $(GUIX_SYSTEM_SUPPORTED_SYSTEMS) ; do \ 793 for system in $(GUIX_SYSTEM_SUPPORTED_SYSTEMS) ; do \
794 image=`$(top_builddir)/pre-inst-env \ 794 image=`$(top_builddir)/pre-inst-env \
795 guix system disk-image \ 795 guix system disk-image \