diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-06-14 21:53:25 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-14 22:09:38 +0200 |
commit | 92d00ca4661e186022732a47956a2bc0ef16be96 (patch) | |
tree | 048f65570b56a062cfe1e183d75c595c80cb7816 /gnu/packages/bootstrap/i686-linux | |
parent | 1ba0b1e6ec41afd94a3c5f907b1122204dcb5d9d (diff) | |
download | guix-92d00ca4661e186022732a47956a2bc0ef16be96.tar guix-92d00ca4661e186022732a47956a2bc0ef16be96.tar.gz |
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.
Diffstat (limited to 'gnu/packages/bootstrap/i686-linux')
-rwxr-xr-x | gnu/packages/bootstrap/i686-linux/bash | bin | 1351732 -> 0 bytes |
-rwxr-xr-x | gnu/packages/bootstrap/i686-linux/mkdir | bin | 714316 -> 0 bytes |
-rwxr-xr-x | gnu/packages/bootstrap/i686-linux/tar | bin | 1285420 -> 0 bytes |
-rwxr-xr-x | gnu/packages/bootstrap/i686-linux/xz | bin | 861836 -> 0 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/gnu/packages/bootstrap/i686-linux/bash b/gnu/packages/bootstrap/i686-linux/bash Binary files differdeleted file mode 100755 index 4b99d7eb4a..0000000000 --- a/gnu/packages/bootstrap/i686-linux/bash +++ /dev/null diff --git a/gnu/packages/bootstrap/i686-linux/mkdir b/gnu/packages/bootstrap/i686-linux/mkdir Binary files differdeleted file mode 100755 index 6623a38404..0000000000 --- a/gnu/packages/bootstrap/i686-linux/mkdir +++ /dev/null diff --git a/gnu/packages/bootstrap/i686-linux/tar b/gnu/packages/bootstrap/i686-linux/tar Binary files differdeleted file mode 100755 index d33cd391f1..0000000000 --- a/gnu/packages/bootstrap/i686-linux/tar +++ /dev/null diff --git a/gnu/packages/bootstrap/i686-linux/xz b/gnu/packages/bootstrap/i686-linux/xz Binary files differdeleted file mode 100755 index f94dbde77c..0000000000 --- a/gnu/packages/bootstrap/i686-linux/xz +++ /dev/null |