diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2014-12-19 23:18:49 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2014-12-19 23:18:49 +0100 |
| commit | 9ac97e83e9d8bef310b5353c64505498c9d16ce7 (patch) | |
| tree | d10dfb8b9a2c820bb4a51e11b442058653c19806 /bootstrap | |
| parent | 36457566f9917dc7c0c348d012816a2ca333ef1b (diff) | |
Remove 'nix-upstream' submodule.
* nix/sync-with-upstream: Remove.
* bootstrap: Remove uses of 'git submodule' and 'sync-with-usptream'.
* .gitmodules: Remove.
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap | 12 |
1 files changed, 1 insertions, 11 deletions
| @@ -1,15 +1,5 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | # Create the build system. | |
| 3 | # Import missing source files and create the build system. | ||
| 4 | 3 | ||
| 5 | set -e -x | 4 | 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 | 5 | exec autoreconf -vfi |
