]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Posix 2008 requires make to set errexit.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 7 Sep 2010 02:35:49 +0000 (04:35 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 7 Sep 2010 02:41:46 +0000 (04:41 +0200)
* lib/am/check.am: Update comment.

ChangeLog
lib/Automake/tests/Makefile.in
lib/am/check.am
tests/Makefile.in

index 688f4be536e1c83e94512a579acafba567324a96..3c682a81b816f6352b93a858f3a965b07216d483 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Posix 2008 requires make to set errexit.
+       * lib/am/check.am: Update comment.
+
 2010-08-27  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        Fix bug in test missing6.test.
index 3d2807211a70c8d86e8c2c94c96927e0723f9e3d..09d3a633449067a7a241a05cbeee755217fa4f64 100644 (file)
@@ -116,7 +116,7 @@ am__text_box = $(AWK) '{                            \
   print line;                                          \
 }'
 # Solaris 10 'make', and several other traditional 'make' implementations,
-# pass "-e" to $(SHELL).  This contradicts POSIX.  Work around the problem
+# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
 # by disabling -e (using the XSI extension "set +e") if it's set.
 am__sh_e_setup = case $$- in *e*) set +e;; esac
 # To be inserted before the command running the test.  Creates the
index e5193911154e433423e6438abc6c8f66dc16a4a7..c612b227494bfc4736f950f9270d8e22e3cf21b1 100644 (file)
@@ -87,7 +87,7 @@ am__text_box = $(AWK) '{                              \
 }'
 
 # Solaris 10 'make', and several other traditional 'make' implementations,
-# pass "-e" to $(SHELL).  This contradicts POSIX.  Work around the problem
+# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
 # by disabling -e (using the XSI extension "set +e") if it's set.
 am__sh_e_setup = case $$- in *e*) set +e;; esac
 
index 4671ad062b1612561abeed1b657287de17e8bce8..575a5d7f8dfb34cdd813043cfddcada943e3ba5e 100644 (file)
@@ -119,7 +119,7 @@ am__text_box = $(AWK) '{                            \
   print line;                                          \
 }'
 # Solaris 10 'make', and several other traditional 'make' implementations,
-# pass "-e" to $(SHELL).  This contradicts POSIX.  Work around the problem
+# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
 # by disabling -e (using the XSI extension "set +e") if it's set.
 am__sh_e_setup = case $$- in *e*) set +e;; esac
 # To be inserted before the command running the test.  Creates the