diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-04-01 14:40:05 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-04-01 14:40:05 +0100 |
| commit | 15c2ffa84f287d481d95281c16300888a7e95d9c (patch) | |
| tree | 6dc516472cb2ac49e19d8c865a3e2ce7131e9cb3 /Makefile | |
| parent | 5650efa3fec2dd8abcfe7345c8a962adf0621efd (diff) | |
| download | rabbitmq-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
