]> git.saurik.com Git - wxWidgets.git/commitdiff
Stop building on a platform as soon as a tarball build error is encountered.
authorKevin Ollivier <kevino@theolliviers.com>
Mon, 29 May 2006 03:05:02 +0000 (03:05 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Mon, 29 May 2006 03:05:02 +0000 (03:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/mac/tardist
distrib/scripts/msw/makesetup.sh
distrib/scripts/unix/maketarballs

index 29a3abb62071c085a4876a5d3efba66372d744e5..669ddef9be3e7a0f701a3f7fd331a8ed045182ad 100644 (file)
@@ -7,6 +7,8 @@
 # because there's not enough space on the command line, plus we need to ignore the
 # blank lines.
 
+set -o errexit
+
 PROGNAME=$0
 WXSRC=$1
 WXDEST=$2
index 8138ee1c766ee7c4d17e70329e3cfec46a69cf99..fe88221ddcbe52d4c18feb6c952f877af72d7e1b 100755 (executable)
@@ -4,6 +4,8 @@
 # Example:
 # ../distrib/msw/makesetup.sh --wxmsw --verbose &> log
 
+set -o errexit
+
 # If your zip accepts Cygwin-style paths, then
 # use cygpath, else substitute echo
 CYGPATHPROG=cygpath
index e4cebb5899befb29ece159934e882327b65d002b..aa11327671f0037b2f4e601fc217c0ec2f981204 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/sh
 # Makes the wxWidgets tarballs with 'make dist'
 
+set -o errexit
+
 PROGNAME=$0
 WXSRC=$1
 WXDEST=$2