diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-06 22:55:44 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-06 22:55:44 +0100 |
commit | 8ba60d7b65f16e9ca1ecf4535300fbfd08abbab2 (patch) | |
tree | be906c9ca7a49843659be0037a7ee178867c5868 /Makefile.am | |
parent | ce1ef15b2577b439f433edfbea419afda047f421 (diff) | |
download | patches-8ba60d7b65f16e9ca1ecf4535300fbfd08abbab2.tar patches-8ba60d7b65f16e9ca1ecf4535300fbfd08abbab2.tar.gz |
distro: Move bootstrap tarball packages to (distro packages make-bootstrap).
* distro/packages/base.scm (binutils-final): Make public.
(static-package, %bash-static, %static-inputs, %static-binaries,
%binutils-static, %binutils-static-stripped, %glibc-stripped,
%gcc-static, %gcc-stripped, %guile-static, %guile-static-stripped,
tarball-package, %bootstrap-binaries-tarball,
%binutils-bootstrap-tarball, %glibc-bootstrap-tarball,
%guile-bootstrap-tarball): Move to...
* distro/packages/make-bootstrap.scm: ... 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 3212f0a934..1e868cc4dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,6 +58,7 @@ MODULES = \ distro/packages/libunistring.scm \ distro/packages/lout.scm \ distro/packages/m4.scm \ + distro/packages/make-bootstrap.scm \ distro/packages/multiprecision.scm \ distro/packages/ncurses.scm \ distro/packages/perl.scm \ |