Message ID | 1272315374-11951-1-git-send-email-jason.wessel@windriver.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/Makefile b/Makefile index fa1db90..91ae299 100644 --- a/Makefile +++ b/Makefile @@ -294,7 +294,7 @@ endif # If the user is running make -s (silent mode), suppress echoing of # commands -ifneq ($(findstring s,$(MAKEFLAGS)),) +ifneq ($(filter s% -s% --silent --quiet,$(MAKEFLAGS)),) quiet=silent_ endif