shlib-build-error-reporting-20060804
authorRuss Allbery <rra@stanford.edu>
Fri, 4 Aug 2006 18:55:13 +0000 (18:55 +0000)
committerRuss Allbery <rra@stanford.edu>
Fri, 4 Aug 2006 18:55:13 +0000 (18:55 +0000)
Use set -e so that errors will be reported to make.

src/config/shlib-build.in
src/config/shlib-install.in

index 6e46699..ff8dc54 100644 (file)
@@ -13,6 +13,8 @@
 # expect a -- option indicating the end of our arguments and the rest of the
 # arguments are passed along verbatim to the linker.
 
+set -e
+
 linker="@SHLIB_LINKER@"
 suffix="@SHLIB_SUFFIX@"
 sysname="@AFS_SYSNAME@"
index 33955d7..71cc295 100644 (file)
@@ -9,6 +9,8 @@
 # We take the following regular arguments: -d <destination>, -l <library>, -M
 # <major>, -m <minor>.
 
+set -e
+
 INSTALL="@INSTALL@"
 install="@INSTALL_DATA@"
 suffix="@SHLIB_SUFFIX@"