mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Silence libtool if `make -s' is running
This commit is contained in:
parent
dd78d8f2d6
commit
38df8bdf38
1 changed files with 7 additions and 0 deletions
|
|
@ -163,6 +163,13 @@ if test -n "$prevopt"; then
|
|||
exit 1
|
||||
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
|
||||
|
||||
# Infer the operation mode.
|
||||
|
|
|
|||
Loading…
Reference in a new issue