repo.or.cz
/
guix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
guix build: '-e' can be passed a monadic thunk.
[guix.git]
/
bootstrap
blob
f34c43dc52f7dc83a613f2b6fc8388cccc01260a
1
#!/bin/sh
2
3
# Import missing source files and create the build system.
4
5
set -e -x
6
7
top_srcdir
=
"
$PWD
"
8
export
top_srcdir
9
10
git submodule init
11
git submodule update
12
13
.
/
nix
/
sync-with-upstream
14
15
exec
autoreconf
-vfi