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 | 014de4c44ef7365a9563f3867370df7b186df5b1 (patch) | |
| tree | 6dc516472cb2ac49e19d8c865a3e2ce7131e9cb3 | |
| parent | b01aef7998500dddbc9173de9f08e22940f4c3ed (diff) | |
| download | rabbitmq-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-- | 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 |
