[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
156/211: Revert "gnu: Add %bootstrap-make."
From: |
Jan Nieuwenhuizen |
Subject: |
156/211: Revert "gnu: Add %bootstrap-make." |
Date: |
Sat, 8 Sep 2018 11:09:48 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit f04c52353c4f2a2cdd981d30d199d5e67872e73c
Author: Jan Nieuwenhuizen <address@hidden>
Date: Tue Aug 28 01:15:26 2018 +0200
Revert "gnu: Add %bootstrap-make."
This reverts commit 8d75ec2aec9054c6aa9dad27cae130e32602d869.
---
gnu/packages/bootstrap.scm | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index a4d06e9..1c43b55 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -45,7 +45,6 @@
%bootstrap-guile
%bootstrap-coreutils&co
%bootstrap-linux-libre-headers
- %bootstrap-make
%bootstrap-binutils
%bootstrap-gcc
%bootstrap-glibc
@@ -442,23 +441,6 @@ $out/bin/guile --version~%"
(("^exec grep") (string-append (getcwd)
"/bin/grep"))))
(chmod "bin" #o555))))
-(define-public %bootstrap-make
- (package-from-tarball
- "make-bootstrap"
- (lambda (system)
- (origin
- (method url-fetch)
- (uri (match system
- ((or "i686-linux"
- "x86_64-linux")
-
"http://lilypond.org/janneke/mes/make-static-stripped-4.2.1-i686-linux.tar.xz")
- (_ (error "make-bootstrap: system not supported"))))
- (sha256
- (base32
- "0gb49ypzrw95cnhk8g5dzy8jql3k7axsgs87zbb5x8yxx7ckskar"))))
- "make" ; the program to test
- "Bootstrap binary GNU Make"))
-
(define-public %bootstrap-linux-libre-headers
(package-from-tarball-possibly-without-test
"linux-libre-headers-bootstrap"
- 91/211: gnu: gcc-core-boot: Install libgcc2.a too., (continued)
- 91/211: gnu: gcc-core-boot: Install libgcc2.a too., Jan Nieuwenhuizen, 2018/09/08
- 151/211: gnu: Add diffutils-mesboot 2.7., Jan Nieuwenhuizen, 2018/09/08
- 168/211: gnu: gcc-mesboot-wrapper: Wrap g++ too., Jan Nieuwenhuizen, 2018/09/08
- 200/211: gnu: findutils-boot0: Remove bootstrap leaks., Jan Nieuwenhuizen, 2018/09/08
- 176/211: mescc-tools-boot: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 166/211: gnu: file-boot0: Do not strip binaries or validate-runpath., Jan Nieuwenhuizen, 2018/09/08
- 124/211: gnu: gcc-core-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/09/08
- 161/211: gnu: make-boot0: Set LOADLIBES for i686-linux., Jan Nieuwenhuizen, 2018/09/08
- 97/211: gnu: gcc-boot: build with %cheat-binutils?, Jan Nieuwenhuizen, 2018/09/08
- 107/211: gnu: Add gcc-mesboot 4.1.0., Jan Nieuwenhuizen, 2018/09/08
- 156/211: Revert "gnu: Add %bootstrap-make.",
Jan Nieuwenhuizen <=
- 149/211: gnu: tcc-boot: Update for mes 0.17.1., Jan Nieuwenhuizen, 2018/09/08
- 148/211: gnu: mes-boot: Update to 0.17.1., Jan Nieuwenhuizen, 2018/09/08
- 125/211: gnu: glibc-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/09/08
- 173/211: gnu: Add mesboot-headers., Jan Nieuwenhuizen, 2018/09/08
- 182/211: gnu: binutils-mesboot0: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 143/211: gnu: Add %bootstrap-linux-libre-headers., Jan Nieuwenhuizen, 2018/09/08
- 138/211: gnu: Add %make-static, %make-static-stripped, %make-bootstrap-tarball., Jan Nieuwenhuizen, 2018/09/08
- 90/211: gnu: glibc-boot: Install all headers. WIP plus more, Jan Nieuwenhuizen, 2018/09/08
- 154/211: Revert "gnu: Add %bootstrap-diffutils.", Jan Nieuwenhuizen, 2018/09/08
- 146/211: gnu: %mes-seed: Update for mes 0.17.1., Jan Nieuwenhuizen, 2018/09/08