summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@lshift.net>2008-12-01 10:40:55 +0000
committerSimon MacMullen <simon@lshift.net>2008-12-01 10:40:55 +0000
commitee7cf85cd21102e0b6a33fe6b09ff58d29a3a582 (patch)
treee9e5be5726ce9d99e6008c6dc0b6339ee5ed0635 /Makefile
parentb634e8dc8853094cd2f5ab1e351084aaea56c9a5 (diff)
downloadrabbitmq-server-git-ee7cf85cd21102e0b6a33fe6b09ff58d29a3a582.tar.gz
Change mnesia check target name
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 02983d1e92..aa55dc382e 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ cleandb: stop-node
run: all
NODE_IP_ADDRESS=$(NODE_IP_ADDRESS) NODE_PORT=$(NODE_PORT) NODE_ONLY=true LOG_BASE=$(LOG_BASE) RABBIT_ARGS="$(RABBIT_ARGS) -s rabbit" MNESIA_DIR=$(MNESIA_DIR) ./scripts/rabbitmq-server
-test_mnesia: all
+check-mnesia-schema: all
NODE_IP_ADDRESS=$(NODE_IP_ADDRESS) NODE_PORT=$(NODE_PORT) LOG_BASE=$(LOG_BASE) MNESIA_DIR=$(MNESIA_DIR) ./scripts/rabbitmq-mnesia-update-needed
run-node: all