build: Remove 'gnu/packages/bootstrap' and its binaries.
authorLudovic Courtès <ludo@gnu.org>
Fri, 14 Jun 2019 19:53:25 +0000 (21:53 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 14 Jun 2019 20:09:38 +0000 (22:09 +0200)
commit92d00ca4661e186022732a47956a2bc0ef16be96
tree048f65570b56a062cfe1e183d75c595c80cb7816
parent1ba0b1e6ec41afd94a3c5f907b1122204dcb5d9d
build: Remove 'gnu/packages/bootstrap' and its binaries.

* gnu/local.mk (bootstrapdir, bootstrap_i686_linuxdir)
(bootstrap_armhf_linuxdir, bootstrap_aarch64_linuxdir)
(bootstrap_mips64el_linuxdir, dist_bootstrap_i686_linux_DATA)
(dist_bootstrap_armhf_linux_DATA, dist_bootstrap_aarch64_linux_DATA)
(dist_bootstrap_mips64el_linux_DATA): Remove.
(set-bootstrap-executable-permissions): Remove target.
* Makefile.am (install-data-hook): Remove dependency on
'set-bootstrap-executable-permissions'.
* gnu/packages/bootstrap: Remove directory.
* tests/search-paths.scm ("evaluate-search-paths, separator is #f"):
Adjust to match .../aux-files/linux-libre.
20 files changed:
.gitignore
Makefile.am
gnu/local.mk
gnu/packages/bootstrap/aarch64-linux/bash [deleted file]
gnu/packages/bootstrap/aarch64-linux/mkdir [deleted file]
gnu/packages/bootstrap/aarch64-linux/tar [deleted file]
gnu/packages/bootstrap/aarch64-linux/xz [deleted file]
gnu/packages/bootstrap/armhf-linux/bash [deleted file]
gnu/packages/bootstrap/armhf-linux/mkdir [deleted file]
gnu/packages/bootstrap/armhf-linux/tar [deleted file]
gnu/packages/bootstrap/armhf-linux/xz [deleted file]
gnu/packages/bootstrap/i686-linux/bash [deleted file]
gnu/packages/bootstrap/i686-linux/mkdir [deleted file]
gnu/packages/bootstrap/i686-linux/tar [deleted file]
gnu/packages/bootstrap/i686-linux/xz [deleted file]
gnu/packages/bootstrap/mips64el-linux/bash [deleted file]
gnu/packages/bootstrap/mips64el-linux/mkdir [deleted file]
gnu/packages/bootstrap/mips64el-linux/tar [deleted file]
gnu/packages/bootstrap/mips64el-linux/xz [deleted file]
tests/search-paths.scm