summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-15 11:52:22 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-15 11:52:22 +0000
commitbd58b03d3128c66d317af2db889cd4614c074131 (patch)
treefbca7aa7cfa645df1b059aeba7e81739620b013c
parentb28f3b221014bfe598c43bdb534cd587782d18b6 (diff)
downloadgmp-bd58b03d3128c66d317af2db889cd4614c074131.tar.gz
Revert ".bootstrap: set -e so it properly signals failure"
This reverts commit b28f3b221014bfe598c43bdb534cd587782d18b6. This change was for debugging only, the issue has since been fixed and we don't want too many changes to upstream.
-rwxr-xr-x.bootstrap3
1 files changed, 1 insertions, 2 deletions
diff --git a/.bootstrap b/.bootstrap
index 5cca82821..74812b5e0 100755
--- a/.bootstrap
+++ b/.bootstrap
@@ -1,5 +1,4 @@
#! /bin/sh
-set -e
# FIXME: Use automake -a? Then we could remove various
# automake-supplied files from the repository.
@@ -9,7 +8,7 @@ rm -rf autom4te.cache
# Stick to automake-1.8, since later versions require the ylwrap
# script.
-aclocal && libtoolize && autoconf && autoheader && automake || exit 1
+aclocal && libtoolize && autoconf && autoheader && automake
cat >doc/version.texi <<EOF
@set UPDATED 19 January 2038