make the build system a bit more silent without V=99

SVN-Revision: 26460
This commit is contained in:
Felix Fietkau
2011-04-04 00:54:37 +00:00
parent c4b8294c2d
commit d637ae2fc8
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ ifndef DUMP_TARGET_DB
ifneq ($(ARCH),)
$(TOOLCHAIN_DIR)/info.mk: .config
@for dir in $(TOOLCHAIN_DIR); do ( \
set -x; \
$(if $(QUIET),,set -x;) \
mkdir -p "$$dir"; \
cd "$$dir"; \
mkdir -p stamp lib usr/include usr/lib ; \