[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/58: gnu: commencement: gnu-make-mesboot: Rename from make-mesboot.
From: |
guix-commits |
Subject: |
54/58: gnu: commencement: gnu-make-mesboot: Rename from make-mesboot. |
Date: |
Thu, 6 Feb 2020 17:52:27 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 6b885158b1132e42f0ad2e8b93a4e183d16e862e
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Mon Dec 16 13:38:20 2019 +0100
gnu: commencement: gnu-make-mesboot: Rename from make-mesboot.
* gnu/packages/commencement.scm (gnu-make-mesboot): Rename
from. make-mesboot. 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 bbd1563..f70f752 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1787,7 +1787,7 @@ ac_cv_c_float_format='IEEE (little-endian)'
"ac_cv_func_gethostbyname=no"
"gl_cv_func_rename_dest_works=yes")))))
-(define make-mesboot
+(define gnu-make-mesboot
(package
(inherit gnu-make)
(name "make-mesboot")
@@ -1964,7 +1964,7 @@ ac_cv_c_float_format='IEEE (little-endian)'
("coreutils" ,coreutils-mesboot0)
("gawk" ,gawk-mesboot)
("grep" ,grep-mesboot)
- ("make" ,make-mesboot)
+ ("make" ,gnu-make-mesboot)
("sed" ,sed-mesboot)
("tar" ,tar-mesboot)
,@(fold alist-delete (%boot-mesboot0-inputs)
- 32/58: gnu: commencement: Add gcc-mesboot1: Use Gash instead of coreutils&co., (continued)
- 32/58: gnu: commencement: Add gcc-mesboot1: Use Gash instead of coreutils&co., guix-commits, 2020/02/06
- 34/58: gnu: commencement: Add hello-mesboot., guix-commits, 2020/02/06
- 38/58: gnu: commencement: gcc-mesboot1-wrapper: Use Gash instead of coreutils&co., guix-commits, 2020/02/06
- 33/58: gnu: commencement: Add xz-mesboot., guix-commits, 2020/02/06
- 43/58: gnu: commencement: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co., guix-commits, 2020/02/06
- 42/58: gnu: commencement: Remove m4-mesboot., guix-commits, 2020/02/06
- 55/58: gnu: commencement: gash-core-utils-boot: Update to 0.0.214-fc1b., guix-commits, 2020/02/06
- 50/58: gnu: commencement: coreutils-final: Inherit from coreutils-minimal., guix-commits, 2020/02/06
- 48/58: gnu: commencement: Add tar-boot0., guix-commits, 2020/02/06
- 46/58: gnu: commencement: Add patch-boot0., guix-commits, 2020/02/06
- 54/58: gnu: commencement: gnu-make-mesboot: Rename from make-mesboot.,
guix-commits <=
- 45/58: gnu: commencement: Add sed-boot0., guix-commits, 2020/02/06
- 47/58: gnu: commencement: Add bzip2-boot0., guix-commits, 2020/02/06
- 58/58: gnu: commencement: glibc-boot0: Remove gash, use bash-mesboot0 only., guix-commits, 2020/02/06
- 52/58: gnu: bootstrap: Remove %bootstrap-coreutils&co, %bootstrap-bash., guix-commits, 2020/02/06
- 56/58: gnu: commencement: glibc-mesboot: Use gash only, instead of bash/gash mix., guix-commits, 2020/02/06