summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-12-19 23:18:49 +0100
committerLudovic Courtès <ludo@gnu.org>2014-12-19 23:18:49 +0100
commit9ac97e83e9d8bef310b5353c64505498c9d16ce7 (patch)
treed10dfb8b9a2c820bb4a51e11b442058653c19806 /bootstrap
parent36457566f9917dc7c0c348d012816a2ca333ef1b (diff)
downloadpatches-9ac97e83e9d8bef310b5353c64505498c9d16ce7.tar
patches-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-xbootstrap12
1 files changed, 1 insertions, 11 deletions
diff --git a/bootstrap b/bootstrap
index f34c43dc52..cb774bc737 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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