[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
156/160: Revert "gnu: Add %bootstrap-make."
From: |
Jan Nieuwenhuizen |
Subject: |
156/160: Revert "gnu: Add %bootstrap-make." |
Date: |
Tue, 28 Aug 2018 15:56:44 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 842042903ba9e320300b41e4237213cd4a60e12d
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 9fd3e49..7602158 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"
- 151/160: gnu: Add diffutils-mesboot 2.7., (continued)
- 151/160: gnu: Add diffutils-mesboot 2.7., Jan Nieuwenhuizen, 2018/08/28
- 138/160: gnu: Add %make-static, %make-static-stripped, %make-bootstrap-tarball., Jan Nieuwenhuizen, 2018/08/28
- 143/160: gnu: Add %bootstrap-linux-libre-headers., Jan Nieuwenhuizen, 2018/08/28
- 150/160: gnu: Add make-mesboot 3.79., Jan Nieuwenhuizen, 2018/08/28
- 140/160: gnu: Add %diffutils-static, %diffutils-static-stripped, %diffutils-bootstrap-tarball., Jan Nieuwenhuizen, 2018/08/28
- 154/160: Revert "gnu: Add %bootstrap-diffutils.", Jan Nieuwenhuizen, 2018/08/28
- 137/160: gnu: tcc-boot: Use gnu-build-system., Jan Nieuwenhuizen, 2018/08/28
- 148/160: gnu: mes-boot: Update to 0.18. WIP, Jan Nieuwenhuizen, 2018/08/28
- 149/160: gnu: tcc-boot: Update for mes 0.18. WIP, Jan Nieuwenhuizen, 2018/08/28
- 127/160: gnu: binutils-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/28
- 156/160: Revert "gnu: Add %bootstrap-make.",
Jan Nieuwenhuizen <=
- 155/160: Revert "gnu: Add %diffutils-static, %diffutils-static-stripped, %diffutils-bootstrap-tarball.", Jan Nieuwenhuizen, 2018/08/28
- 147/160: gnu: %tinycc-seed: Update for mes 0.18. WIP, Jan Nieuwenhuizen, 2018/08/28
- 123/160: gnu: binutils-mesboot0: Revise dependencies., Jan Nieuwenhuizen, 2018/08/28
- 146/160: gnu: %mes-seed: Update for mes 0.18. WIP, Jan Nieuwenhuizen, 2018/08/28
- 141/160: gnu: Add %bootstrap-diffutils., Jan Nieuwenhuizen, 2018/08/28
- 157/160: Revert "gnu: Add %make-static, %make-static-stripped, %make-bootstrap-tarball.", Jan Nieuwenhuizen, 2018/08/28
- 130/160: gnu: %tinycc-seed: Update for mes 0.17., Jan Nieuwenhuizen, 2018/08/28
- 152/160: gnu: make-mesboot: Update to 3.80., Jan Nieuwenhuizen, 2018/08/28
- 136/160: gnu: tcc-boot0: Use gnu-build-system., Jan Nieuwenhuizen, 2018/08/28
- 153/160: bootstrap: Remove dependency on %bootstrap-make, %bootstrap-diffutils., Jan Nieuwenhuizen, 2018/08/28