[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/57: bootstrap: gnu-make-mesboot0: Rename from make-mesboot0.
From: |
guix-commits |
Subject: |
56/57: bootstrap: gnu-make-mesboot0: Rename from make-mesboot0. |
Date: |
Mon, 16 Dec 2019 13:20:16 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 2e21de40c8adcae54a3a2f94e88688ffd2e77fe4
Author: Jan Nieuwenhuizen <address@hidden>
Date: Mon Dec 16 13:37:56 2019 +0100
bootstrap: gnu-make-mesboot0: Rename from make-mesboot0.
* gnu/packages/commencement.scm (gnu-make-mesboot0): Rename from
make-mesboot0. Update users.
---
gnu/packages/commencement.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index f602bc0..27dbaa3 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -737,7 +737,7 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
;; no gzip yet
(delete 'compress-documentation))))))
-(define make-mesboot0
+(define gnu-make-mesboot0
;; The initial make
(package
(inherit gnu-make)
@@ -793,7 +793,7 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
(install-file "make" bin)))))))))
(define (%boot-tcc0-inputs)
- `(("make" ,make-mesboot0)
+ `(("make" ,gnu-make-mesboot0)
("tcc" ,tcc-boot0)
,@(%boot-gash-inputs)))
- 47/57: bootstrap: Add sed-boot0., (continued)
- 47/57: bootstrap: Add sed-boot0., guix-commits, 2019/12/16
- 38/57: bootstrap: glibc-headers-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 40/57: bootstrap: gcc-mesboot1-wrapper: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 42/57: bootstrap: gcc-mesboot-wrapper: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 48/57: bootstrap: Add patch-boot0., guix-commits, 2019/12/16
- 44/57: bootstrap: Remove m4-mesboot., guix-commits, 2019/12/16
- 46/57: bootstrap: Add gawk-boot0., guix-commits, 2019/12/16
- 54/57: bootstrap: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball., guix-commits, 2019/12/16
- 53/57: bootstrap: coreutils-final: Inherit from coreutils-minimal., guix-commits, 2019/12/16
- 55/57: bootstrap: Remove %bootstrap-coreutils&co, %bootstrap-bash., guix-commits, 2019/12/16
- 56/57: bootstrap: gnu-make-mesboot0: Rename from make-mesboot0.,
guix-commits <=
- 32/57: bootstrap: Add gcc-core-mesboot1., guix-commits, 2019/12/16
- 51/57: bootstrap: Typo., guix-commits, 2019/12/16
- 52/57: bootstrap: Add coreutils-boot0., guix-commits, 2019/12/16
- 57/57: bootstrap: gnu-make-mesboot: Rename from make-mesboot., guix-commits, 2019/12/16