diff options
author | Manolis Ragkousis <manolis837@gmail.com> | 2016-11-30 16:49:48 +0200 |
---|---|---|
committer | Manolis Ragkousis <manolis837@gmail.com> | 2016-12-07 12:59:02 +0200 |
commit | f13f60cb2620433280ccb2132376b7c6d3dbc06f (patch) | |
tree | 63f49fa54d21e1aff742640db85e5b403dfc4090 /Makefile.am | |
parent | 1ecb7be8b720eceb222dbe387b4a66032c114b87 (diff) | |
download | gnu-guix-f13f60cb2620433280ccb2132376b7c6d3dbc06f.tar gnu-guix-f13f60cb2620433280ccb2132376b7c6d3dbc06f.tar.gz |
gnu: make-bootstrap: Produce the correct %glibc-bootstrap-tarball for Hurd systems.
* gnu/packages/make-bootstrap.scm (%glibc-bootstrap-tarball): Make it a procedure.
(%glibc-stripped): Make it a procedure and move the kernel specific part from
here to ...
* guix/build/make-bootstrap.scm (make-stripped-libc): ... here. New file.
* Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9d62f48024..0e3ddac146 100644 --- a/Makefile.am +++ b/Makefile.am @@ -112,6 +112,7 @@ MODULES = \ guix/build/graft.scm \ guix/build/bournish.scm \ guix/build/qt-utils.scm \ + guix/build/make-bootstrap.scm \ guix/search-paths.scm \ guix/packages.scm \ guix/import/utils.scm \ |