aboutsummaryrefslogtreecommitdiff
path: root/build-support/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-support/bootstrap.sh')
-rw-r--r--build-support/bootstrap.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/build-support/bootstrap.sh b/build-support/bootstrap.sh
deleted file mode 100644
index a1202cb..0000000
--- a/build-support/bootstrap.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-preConfigurePhases="${preConfigurePhases:-} bootstrapPhase"
-
-bootstrapPhase() {
- ./bootstrap
-}