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) | |
download | guix-9ac97e83e9d8bef310b5353c64505498c9d16ce7.tar guix-9ac97e83e9d8bef310b5353c64505498c9d16ce7.tar.gz |
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 @@ #!/bin/sh - -# Import missing source files and create the build system. +# Create the build system. set -e -x - -top_srcdir="$PWD" -export top_srcdir - -git submodule init -git submodule update - -./nix/sync-with-upstream - exec autoreconf -vfi |