summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-04-01 14:40:05 +0100
committerMatthew Sackman <matthew@lshift.net>2010-04-01 14:40:05 +0100
commit014de4c44ef7365a9563f3867370df7b186df5b1 (patch)
tree6dc516472cb2ac49e19d8c865a3e2ce7131e9cb3
parentb01aef7998500dddbc9173de9f08e22940f4c3ed (diff)
downloadrabbitmq-server-bug22563.tar.gz
Fractionally better - the actions of the recursive call are now displayed, though sadly only once they're completedbug22563
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3cf53e70..4a90ef9f 100644
--- a/Makefile
+++ b/Makefile
@@ -274,7 +274,7 @@ endif
ifneq "$(strip $(TESTABLEGOALS))" "$(DEPS_FILE)"
ifneq "$(strip $(patsubst clean%,,$(patsubst %clean,,$(TESTABLEGOALS))))" ""
ifeq "$(strip $(wildcard $(DEPS_FILE)))" ""
-_:=$(shell $(MAKE) $(DEPS_FILE))
+$(info $(shell $(MAKE) $(DEPS_FILE)))
endif
include $(DEPS_FILE)
endif