Silence libtool if `make -s' is running

This commit is contained in:
Hallvard Furuseth 1999-08-04 03:42:31 +00:00
parent 1fe5f59027
commit 1f57e67d51

View file

@ -207,6 +207,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.