Silence libtool if `make -s' is running

This commit is contained in:
Hallvard Furuseth 1999-02-20 08:04:54 +00:00
parent dd78d8f2d6
commit 38df8bdf38

View file

@ -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.