build: Remove code to download the Guile bootstrap tarball.
authorLudovic Courtès <ludo@gnu.org>
Thu, 27 Jul 2017 13:23:44 +0000 (15:23 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 28 Aug 2017 21:51:16 +0000 (23:51 +0200)
commit4f024ef3181c5235ff11789e8c8f62722f974787
tree5c2e96065dc44a2a465d3cc8469fd6815fd0c7ef
parent894fc4e9f5cf5184be54321c1ba5c8e51a6380d7
build: Remove code to download the Guile bootstrap tarball.

* build-aux/download.scm: Remove.
* Makefile.am (EXTRA_DIST): Remove it.
(check-system): Remove dependency on $(BOOTSTRAP_GUILE_TARBALLS).
* gnu/local.mk (nodist_bootstrap_x86_64_linux_DATA)
(nodist_bootstrap_i686_linux_DATA, nodist_bootstrap_armhf_linux_DATA)
(nodist_bootstrap_aarch64_linux_DATA, nodist_bootstrap_mips64el_linux_DATA)
(BOOTSTRAP_GUILE_TARBALLS, DISTCLEANFILES, DOWNLOAD_FILE)
(%D%/packages/bootstrap/x86_64-linux/guile-2.0.9.tar.xz)
(%D%/packages/bootstrap/i686-linux/guile-2.0.9.tar.xz)
(%D%/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz)
(%D%/packages/bootstrap/aarch64-linux/guile-2.0.14.tar.xz)
(%D%/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz): Remove.
* build-aux/test-env.in: Add "guix download" invocation when
gnu/packages/bootstrap/guile* exists.
Makefile.am
build-aux/download.scm [deleted file]
build-aux/test-env.in
gnu/local.mk