make the build system a bit more silent without V=99
[openwrt.git] / tools / Makefile
index c3596b7..80c2d11 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; \
This page took 0.020802 seconds and 4 git commands to generate.