summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-04-15 12:41:31 +0100
committerMatthias Radestock <matthias@lshift.net>2009-04-15 12:41:31 +0100
commit23512c836c794b776c65cc5de39bd395637c8627 (patch)
treed1b08e1957e574d8b9e7bcdc2c8de2335394fa35 /Makefile
parent0a3aa468b4990772dcce07678f0f8f49b3a8c654 (diff)
downloadrabbitmq-server-git-23512c836c794b776c65cc5de39bd395637c8627.tar.gz
remove silly dependency
'start' should fail when the node is already running, rather than killing it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb3f5999da..2414aa2d4e 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ run-node: all
run-tests: all
echo "rabbit_tests:all_tests()." | $(ERL_CALL)
-start-background-node: stop-node
+start-background-node:
$(BASIC_SCRIPT_ENVIRONMENT_SETTINGS) \
RABBITMQ_NODE_ONLY=true \
RABBITMQ_SERVER_START_ARGS="$(RABBITMQ_SERVER_START_ARGS) -detached" \