diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-09-28 16:10:00 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-09-28 16:10:00 +0100 |
| commit | 5caf99c5f85c258d0e03cb09de621a3fd2424e77 (patch) | |
| tree | 30f4f6c744a32667a905a69d5d7f1c5ca40f2ce7 /Makefile | |
| parent | e7e90559cdf89bbbb316e81db7caaf085914e854 (diff) | |
| download | rabbitmq-server-git-5caf99c5f85c258d0e03cb09de621a3fd2424e77.tar.gz | |
Further oops, we now depend on everything being built before running run-background-node, otherwise we have two make processes tryi9ng to compile at the same time and they tread on each other.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -186,7 +186,7 @@ run-tests: all run-qc: all $(foreach MOD,$(QC_MODULES),./quickcheck $(RABBITMQ_NODENAME) $(MOD) $(QC_TRIALS)) -start-background-node: +start-background-node: all -rm -f $(RABBITMQ_MNESIA_DIR).pid mkdir -p $(RABBITMQ_MNESIA_DIR) setsid sh -c "$(MAKE) run-background-node > $(RABBITMQ_MNESIA_DIR)/startup_log 2> $(RABBITMQ_MNESIA_DIR)/startup_err" & |
