[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
139/160: gnu: Add %bootstrap-make.
From: |
Jan Nieuwenhuizen |
Subject: |
139/160: gnu: Add %bootstrap-make. |
Date: |
Tue, 28 Aug 2018 15:56:38 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit cc60acb3fe76e0cff5a75617b6e88abdcee18b8f
Author: Jan Nieuwenhuizen <address@hidden>
Date: Thu Aug 23 21:58:41 2018 +0200
gnu: Add %bootstrap-make.
* gnu/packages/bootstrap.scm (%bootstrap-make): New variable.
---
gnu/packages/bootstrap.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 70d6f13..54bcd10 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -43,6 +43,7 @@
%bootstrap-guile
%bootstrap-coreutils&co
+ %bootstrap-make
%bootstrap-binutils
%bootstrap-gcc
%bootstrap-glibc
@@ -395,6 +396,23 @@ $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 %bootstrap-binutils
(package-from-tarball "binutils-bootstrap"
(lambda (system)
- 152/160: gnu: make-mesboot: Update to 3.80., (continued)
- 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
- 117/160: gnu: Remove gcc-mesboot-4.1.0., Jan Nieuwenhuizen, 2018/08/28
- 132/160: gnu: tcc-boot0: Update for mes 0.17., Jan Nieuwenhuizen, 2018/08/28
- 129/160: gnu: %mes-seed: Update for mes 0.17., Jan Nieuwenhuizen, 2018/08/28
- 126/160: gnu: gcc-mesboot0: Revise dependencies., Jan Nieuwenhuizen, 2018/08/28
- 131/160: gnu: mes: Update to 0.17., Jan Nieuwenhuizen, 2018/08/28
- 128/160: gnu: gcc-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/28
- 116/160: gnu: gcc-mesboot0: Package with bootstrap-guile., Jan Nieuwenhuizen, 2018/08/28
- 139/160: gnu: Add %bootstrap-make.,
Jan Nieuwenhuizen <=
- 144/160: gnu: bootstrap-tarballs: Update inputs for i686-linux., Jan Nieuwenhuizen, 2018/08/28
- 133/160: bootstrap: Move mes seeds to bootstrap.scm, Jan Nieuwenhuizen, 2018/08/28
- 65/160: gnu: binutils-boot: Update to 2.25., Jan Nieuwenhuizen, 2018/08/28
- 135/160: gnu: mes-boot: Use gnu-build-system., Jan Nieuwenhuizen, 2018/08/28
- 134/160: gnu: mescc-tools-boot: Use gnu-build-system., Jan Nieuwenhuizen, 2018/08/28
- 125/160: gnu: glibc-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/28
- 124/160: gnu: gcc-core-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/28
- 114/160: gnu: gcc-core-mesboot: Package with bootstrap-guile., Jan Nieuwenhuizen, 2018/08/28
- 95/160: gnu: binutils-boot: Update to 2.20.1a., Jan Nieuwenhuizen, 2018/08/28
- 121/160: gnu: tcc-boot0: Revise dependencies., Jan Nieuwenhuizen, 2018/08/28