summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorwbx <wbx@openadk.org>2011-03-30 22:07:51 +0200
committerwbx <wbx@openadk.org>2011-03-30 22:07:51 +0200
commit6ea415c59b9ced9d08be7348d268ae4543017a56 (patch)
treec543760e6731983850b10b9cc4b1e8b38ccb1415 /tools
parentdd57c7c17b452f555fec0767f3a13e717c2a8cc1 (diff)
fix non-verbose mode
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 5d0f91872..03441e7a7 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -14,11 +14,11 @@ clean: $(TARGETS_CLEAN)
%-compile: $(TOOLS_BUILD_DIR)
$(TRACE) "tools/$(patsubst %-compile,%,$@)/compile "
- $(MAKE) -C $(patsubst %-compile,%,$@) compile
+ $(MAKE) -C $(patsubst %-compile,%,$@) compile $(MAKE_TRACE)
%-install:
$(TRACE) "tools/$(patsubst %-install,%,$@)/install "
- $(MAKE) -C $(patsubst %-install,%,$@) install
+ $(MAKE) -C $(patsubst %-install,%,$@) install $(MAKE_TRACE)
%-clean:
$(TRACE) "tools/$(patsubst %-clean,%,$@)/clean "