summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2019-02-01 20:28:32 +0300
committerMichael Klishin <mklishin@pivotal.io>2019-02-01 20:28:32 +0300
commit82c23614e1b5364dde4723148af7687abfd5b2b7 (patch)
tree46c0db7ba18621215c90e725682a39e80c4aa5fe /Makefile
parentfccacda101cb9a4f4968152228ba47a616d8587b (diff)
parent7e8bb7fae33ae7f3979deb08691b58fb5717fb69 (diff)
downloadrabbitmq-server-git-82c23614e1b5364dde4723148af7687abfd5b2b7.tar.gz
Merge branch 'master' into rabbit-fifo-snapshotting-fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b2bca3d50b..fc3aab87dd 100644
--- a/Makefile
+++ b/Makefile
@@ -136,7 +136,7 @@ define PROJECT_ENV
]
endef
-LOCAL_DEPS = sasl mnesia os_mon inets
+LOCAL_DEPS = sasl mnesia os_mon inets compiler public_key crypto ssl syntax_tools
BUILD_DEPS = rabbitmq_cli syslog
DEPS = ranch lager rabbit_common ra sysmon_handler
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper
@@ -231,6 +231,10 @@ ifdef CREDIT_FLOW_TRACING
RMQ_ERLC_OPTS += -DCREDIT_FLOW_TRACING=true
endif
+ifdef DEBUG_FF
+RMQ_ERLC_OPTS += -DDEBUG_QUORUM_QUEUE_FF=true
+endif
+
ifndef USE_PROPER_QC
# PropEr needs to be installed for property checking
# http://proper.softlab.ntua.gr/
@@ -284,8 +288,8 @@ web-manpages: $(WEB_MANPAGES)
gsub(/<\/h2>/, "</h3>", line); \
gsub(/<h1/, "<h2", line); \
gsub(/<\/h1>/, "</h2>", line); \
- gsub(/class="D1"/, "class=\"D1 sourcecode bash hljs\"", line); \
- gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent sourcecode bash hljs\"", line); \
+ gsub(/class="D1"/, "class=\"D1 lang-bash\"", line); \
+ gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent lang-bash\"", line); \
print line; \
} } \
' > "$@"