aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: cb774bc737f8709cc80e1eebaf6cb94d8e152d08 (about) (plain)
1
2
3
4
5
#!/bin/sh
# Create the build system.

set -e -x
exec autoreconf -vfi
a href='/guix/commit/pre-inst-env.in?id=151794bf5b8300afac487a7dc9c45de736240730'>build: Export `NIX_ROOT_FINDER' and `NIX_SETUID_HELPER' from `pre-inst-env'....Ludovic Courtès 2013-01-06Update license headers....Ludovic Courtès 2012-11-25distro: Search bootstrap binaries and patches in %LOAD-PATH....Ludovic Courtès 2012-11-03build: Produce (guix config) instead of using compile-time tricks....Ludovic Courtès 2012-10-27build: Fix out-of-source-tree builds....Ludovic Courtès 2012-10-27distro: Change $DISTRO_{PATCH,BOOTSTRAP}_DIRECTORY to search paths....Ludovic Courtès 2012-10-27build: Move `distro/patches' to `distro/packages/patches'....Ludovic Courtès 2012-10-17distro: Use our own pre-built Guile to bootstrap....Ludovic Courtès 2012-10-04Add `pre-inst-env' script....Ludovic Courtès