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)
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 f34c43dc52f..cb774bc737f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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
5set -e -x 4set -e -x
6
7top_srcdir="$PWD"
8export top_srcdir
9
10git submodule init
11git submodule update
12
13./nix/sync-with-upstream
14
15exec autoreconf -vfi 5exec autoreconf -vfi