summaryrefslogtreecommitdiff
path: root/lib/Automake
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-09-07 04:35:49 +0200
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-09-07 04:41:46 +0200
commitccb31f6a93cd6076067b5bf120b4478afdad31bf (patch)
tree97a068f7e25d9cdef3510c9cd9a094a4135a57a3 /lib/Automake
parent529421a033c9937a853ef0a315a57f230c3a3bc4 (diff)
downloadautomake-ccb31f6a93cd6076067b5bf120b4478afdad31bf.tar.gz
Posix 2008 requires make to set errexit.
* lib/am/check.am: Update comment.
Diffstat (limited to 'lib/Automake')
-rw-r--r--lib/Automake/tests/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Automake/tests/Makefile.in b/lib/Automake/tests/Makefile.in
index 3d2807211..09d3a6334 100644
--- a/lib/Automake/tests/Makefile.in
+++ b/lib/Automake/tests/Makefile.in
@@ -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