]> Git Repo - uclibc-ng.git/commitdiff
Robustify setting silent mode
authorBernhard Reutner-Fischer <[email protected]>
Thu, 26 Nov 2009 17:50:36 +0000 (18:50 +0100)
committerBernhard Reutner-Fischer <[email protected]>
Thu, 26 Nov 2009 17:50:36 +0000 (18:50 +0100)
Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
Makerules

index fdc956f45d2d02c96bd71d347f75f9fbc16f9936..2cb03a01cacda8fc5f9b96e3bf58236faf2c494c 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -57,7 +57,7 @@ SHELL_SET_X := set +x
 define rel_srcdir
        $(shell $(CONFIG_SHELL) $(top_srcdir)/extra/scripts/relative_path.sh $(@D) .)
 endef
-ifneq ($(findstring s,$(MAKEFLAGS)),)
+ifneq ($(findstring -s,$(MAKEFLAGS)),)
 export MAKE_IS_SILENT := y
 SECHO := -@false
 DISP := sil
This page took 0.026601 seconds and 4 git commands to generate.