diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2012-12-13 23:45:38 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-13 23:46:33 +0100 |
| commit | e2a06ddc7a7d5620f7df8397cec714335b548d6a (patch) | |
| tree | 82c4d50719c6988b34c5c04805dd25598b536659 /bootstrap | |
| parent | 4aa52039a77a0f92ffd02c0da1dbae968693ca5f (diff) | |
build: Have `bootstrap' run all the necessary steps.
* bootstrap: Always run "git submodule init". Run
`nix/sync-with-upstream'.
Reported by Nikita Karetnikov and Andreas Enge.
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap | 7 |
1 files changed, 3 insertions, 4 deletions
| @@ -7,10 +7,9 @@ set -e -x | |||
| 7 | top_srcdir="$PWD" | 7 | top_srcdir="$PWD" |
| 8 | export top_srcdir | 8 | export top_srcdir |
| 9 | 9 | ||
| 10 | if [ ! -d nix-upstream ] | 10 | git submodule init |
| 11 | then | ||
| 12 | git submodule init | ||
| 13 | fi | ||
| 14 | git submodule update | 11 | git submodule update |
| 15 | 12 | ||
| 13 | ./nix/sync-with-upstream | ||
| 14 | |||
| 16 | exec autoreconf -vfi | 15 | exec autoreconf -vfi |
