me
/
guix
Archived
1
0
Fork 0

gnu: commencement: gnu-make-mesboot0: Rename from make-mesboot0.

* gnu/packages/commencement.scm (gnu-make-mesboot0): Rename from
make-mesboot0.  Update users.
master
Jan Nieuwenhuizen 2019-12-16 13:37:56 +01:00
parent d77860dbc8
commit 2bb7deff9f
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 2 deletions

View File

@ -728,7 +728,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)
@ -784,7 +784,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)))