make the build system a bit more silent without V=99
[openwrt/staging/rmilecki.git] / tools / Makefile
index c3596b75918bf6d40bae760082b993909a96ff3a..80c2d116287d51bbbf78bb75b6d7ab4d3b54963b 100644 (file)
@@ -65,7 +65,7 @@ $(curdir)/builddirs-default := $(tools-y)
 ifndef DUMP_TARGET_DB
 define PrepareStaging
        @for dir in $(1); do ( \
-               set -x; \
+               $(if $(QUIET),,set -x;) \
                mkdir -p "$$dir"; \
                cd "$$dir"; \
                mkdir -p bin lib include stamp; \