diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2012-10-17 21:44:25 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2012-10-17 23:25:25 +0200 |
| commit | ac5aa28889ac3a535f8cfdd71047c9aa10b1959d (patch) | |
| tree | 24498549369142b80528fa21b2d12629eb8432e6 /.gitignore | |
| parent | 9735a7b6eaccf248d91e1f3c17446b2fac41ec9a (diff) | |
distro: Use our own pre-built Guile to bootstrap.
* distro/packages/base.scm (%bootstrap-guile): Build from a tarball
containing a pre-built Guile.
* distro.scm (%bootstrap-binaries-directory): New variable.
(search-bootstrap-binary): New procedure.
* Makefile.am (bootstrapdir, bootstrap_x86_64_linuxdir,
dist_bootstrap_x86_64_linux_DATA, DISTCLEANFILES, DOWNLOAD_FILE): New
variables.
(distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz):
New rule.
(EXTRA_DIST): Add `build-aux/download.scm'.
(.scm.go): Define the `DISTRO_BOOTSTRAP_DIRECTORY' and
`DISTRO_INSTALLED_BOOTSTRAP_DIRECTORY' environment variables.
* pre-inst-env.in: Define `DISTRO_BOOTSTRAP_DIRECTORY'.
* build-aux/download.scm: New file.
* distro/packages/bootstrap/x86_64-linux/{bash, mkdir, tar, xz}: New
files.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index be0a75ecfcc..d4c24c209e7 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -44,3 +44,4 @@ config.cache | |||
| 44 | /doc/guix.pdf | 44 | /doc/guix.pdf |
| 45 | /doc/stamp-vti | 45 | /doc/stamp-vti |
| 46 | /doc/version.texi | 46 | /doc/version.texi |
| 47 | /distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz | ||
