summaryrefslogtreecommitdiff
path: root/Makefile
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
commit15c2ffa84f287d481d95281c16300888a7e95d9c (patch)
tree6dc516472cb2ac49e19d8c865a3e2ce7131e9cb3 /Makefile
parent5650efa3fec2dd8abcfe7345c8a962adf0621efd (diff)
downloadrabbitmq-server-git-15c2ffa84f287d481d95281c16300888a7e95d9c.tar.gz
Fractionally better - the actions of the recursive call are now displayed, though sadly only once they're completed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3cf53e7084..4a90ef9ff2 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