mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
shlib-build-error-reporting-20060804
Use set -e so that errors will be reported to make.
This commit is contained in:
parent
2cb59dc2b7
commit
9e01ca69f3
@ -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@"
|
||||
|
@ -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@"
|
||||
|
Loading…
Reference in New Issue
Block a user