summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-09-29 15:11:00 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-09-29 15:11:00 +0100
commitc297eff1f1dd80a0c8f0db98248264fe9f0071dc (patch)
tree81b2b999aff0028d0c87ddc3ddaced565b2bdb30
parent027c74b8f638df36427166b04067c113fad561e2 (diff)
parent057727b1cfbc148018d742ba4fd4b15261195157 (diff)
downloadrabbitmq-server-git-c297eff1f1dd80a0c8f0db98248264fe9f0071dc.tar.gz
merge heads
-rw-r--r--Makefile1
-rw-r--r--src/rabbit_plugin_activator.erl2
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7c18cc7f16..ee0c083863 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
-
TMPDIR ?= /tmp
RABBITMQ_NODENAME ?= rabbit
diff --git a/src/rabbit_plugin_activator.erl b/src/rabbit_plugin_activator.erl
index b23776cd74..c38ef8d2f8 100644
--- a/src/rabbit_plugin_activator.erl
+++ b/src/rabbit_plugin_activator.erl
@@ -90,7 +90,7 @@ start() ->
%% Compile the script
ScriptFile = RootName ++ ".script",
- case systools:make_script(RootName, [local, silent]) of
+ case systools:make_script(RootName, [local, silent, exref]) of
{ok, Module, Warnings} ->
%% This gets lots of spurious no-source warnings when we
%% have .ez files, so we want to supress them to prevent