]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 6e466999d8502cf440836dcdd443feacabc9e048..ff8dc54774e872e2addeb30b2498cca08ee00870 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 33955d72c6a28239d3843f521900444c0a4d3386..71cc295671d5632466cb8cbdb8dc4c04585566d0 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@"