summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-03-21 19:05:15 +0000
committerMatthew Sackman <matthew@lshift.net>2010-03-21 19:05:15 +0000
commitc2172c77586d3c02f5a7e27594eff779c93ea6a2 (patch)
tree503458d17b805cc6121d9dcd455d4099654c7c25 /src
parent82e36802cea188f815602522e0c3863a988ce0ba (diff)
downloadrabbitmq-server-git-c2172c77586d3c02f5a7e27594eff779c93ea6a2.tar.gz
Corrected build system:
a) Do not bother with the intermediate docs/.erl b) Define USAGES_XML and USAGES_ERL correctly and incorporate with SOURCES c) Declare the dependencies between the usage erls and usage xmls dynamically (define, call and eval are our friends here) d) Correct use of automatic variables and take advantage of (a) e) Given use of SOURCE_DIR, EBIN_DIR and such like, define and use DOC_DIR f) Correct order in generate_deps to ensure the .erl is the *first* dep of the .beam. This means we can drop the .erl in the .erl => .beam automatic rule and rely on the deps file populating $< with the .erl g) Tidy .hgignore
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_multi.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_multi.erl b/src/rabbit_multi.erl
index bc04357b8c..d9ee6d329f 100644
--- a/src/rabbit_multi.erl
+++ b/src/rabbit_multi.erl
@@ -86,7 +86,7 @@ stop() ->
ok.
usage() ->
- rabbitmqmulti_usage:usage().
+ rabbitmq_multi_usage:usage().
action(start_all, [NodeCount], RpcTimeout) ->
io:format("Starting all nodes...~n", []),