janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit f04c52353c4f2a2cdd981d30d199d5e67872e73c
Author: Jan Nieuwenhuizen <[email protected]>
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"