libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.10-25-g50ebc59


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-25-g50ebc59
Date: Sat, 19 Jun 2010 09:23:22 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  50ebc59ab27be1a836c7ebefec53ad2396351ea0 (commit)
      from  c70a1b4593662c29f408dc63b324378d4cb250ba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 50ebc59ab27be1a836c7ebefec53ad2396351ea0
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Jun 19 11:22:18 2010 +0200

    Let the bootstrap script fail upon errors.
    
    * bootstrap: Enable errexit.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    3 +++
 bootstrap |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index aa6a005..324aa09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-06-19  Ralf Wildenhues  <address@hidden>
 
+       Let the bootstrap script fail upon errors.
+       * bootstrap: Enable errexit.
+
        Fix execute mode test for OSF/1 5.1.
        * tests/execute-mode.at (execute mode): Do not use grep -F
        with an empty pattern.
diff --git a/bootstrap b/bootstrap
index 81ed4b0..410c983 100755
--- a/bootstrap
+++ b/bootstrap
@@ -24,6 +24,9 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 ####
 
+# Exit upon failure.
+set -e
+
 # It is okay for the bootstrap process to require unreleased autoconf
 # or automake, as long as any released libtool will work with at least
 # the newest stable versions of each.  Generally, newer versions offer


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]