guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

53/63: gnu: commencement: gnu-make-mesboot0: Rename from make-mesboot0.


From: guix-commits
Subject: 53/63: gnu: commencement: gnu-make-mesboot0: Rename from make-mesboot0.
Date: Mon, 17 Feb 2020 16:01:06 -0500 (EST)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit e51e1afab213ef2cf0479fe9ac79bd720147a70a
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Mon Dec 16 13:37:56 2019 +0100

    gnu: commencement: 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 43c7bc3..673f654 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -729,7 +729,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)
@@ -785,7 +785,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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]