mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Silence libtool if `make -s' is running
This commit is contained in:
parent
1fe5f59027
commit
1f57e67d51
1 changed files with 7 additions and 0 deletions
|
|
@ -207,6 +207,13 @@ if test -n "$prevopt"; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$show $MFLAGS -$MAKEFLAGS" in
|
||||||
|
:\ *) : ;;
|
||||||
|
*\ -*s*)
|
||||||
|
# Be silent inside 'make -s'
|
||||||
|
expr " $MFLAGS -$MAKEFLAGS" : '.* -[a-zA-Z]*s' >/dev/null && show=: ;;
|
||||||
|
esac
|
||||||
|
|
||||||
if test -z "$show_help"; then
|
if test -z "$show_help"; then
|
||||||
|
|
||||||
# Infer the operation mode.
|
# Infer the operation mode.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue