Fail upon install or ranlib failure, part two.
commit120031b8d5f75fd631b96396d2e69fe920455098
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 7 Sep 2008 06:42:47 +0000 (7 08:42 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 7 Sep 2008 06:42:47 +0000 (7 08:42 +0200)
treea823ea827f615b02908f223b226774858ed38591
parent196abe9a7bcfe78d06b6fa88fe5100d607d3aef1
Fail upon install or ranlib failure, part two.

* lib/am/java.am (install-%DIR%JAVA): Fail upon install failure.
* lib/am/lisp.am (install-%DIR%LISP): Likewise.
* lib/am/ltlib.am (install-%DIR%LTLIBRARIES): Likewise.
* lib/am/libs.am (install-%DIR%LIBRARIES): Likewise, for
`install' as well as `ranlib'.
* lib/am/progs.am (install-%DIR%PROGRAMS): If `install' fails,
return its exit failure, not 1.
* tests/instfail.test: New test, for PROGRAMS (without libtool),
LIBRARIES, including nobase variants.
* tests/instfail-info.test: Likewise, for TEXINFOS.
* tests/instfail-java.test: Likewise, for JAVA.
* tests/instfail-libtool.test: Likewise, for PROGRAMS (with
libtool) and LTLIBRARIES.
* tests/Makefile.am: Adjust.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12 files changed:
ChangeLog
lib/am/java.am
lib/am/libs.am
lib/am/lisp.am
lib/am/ltlib.am
lib/am/progs.am
tests/Makefile.am
tests/Makefile.in
tests/instfail-info.test [new file with mode: 0755]
tests/instfail-java.test [new file with mode: 0755]
tests/instfail-libtool.test [new file with mode: 0755]
tests/instfail.test [new file with mode: 0755]