Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deps/rabbit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ MD_MANPAGES = $(patsubst %,%.md,$(MANPAGES))
CT_HOOKS = rabbit_ct_hook
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
Expand Down
3 changes: 0 additions & 3 deletions deps/rabbit_common/mk/rabbitmq-early-plugin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

DIALYZER_OPTS ?= -Werror_handling -Wunmatched_returns -Wunknown

dialyze: ELIXIR_LIBS = $(dir $(shell readlink -f `which elixir`))/../lib
dialyze: ERL_LIBS = $(APPS_DIR):$(DEPS_DIR):$(ELIXIR_LIBS)

# --------------------------------------------------------------------
# Common Test flags.
# --------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions deps/rabbitmq_auth_backend_cache/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ PLT_APPS += rabbitmq_cli

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_auth_backend_http/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers cowboy rabbitmq_amqp_

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_auth_backend_ldap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ dep_ct_helper = git https://github.com/extend/ct_helper.git master

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_auth_mechanism_ssl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp10_client

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_aws/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ PLT_APPS = rabbit

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_consistent_hash_exchange/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ PLT_APPS += mnesia rabbitmq_cli

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_ct_helpers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dep_inet_tcp_proxy = git https://github.com/rabbitmq/inet_tcp_proxy master

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
Expand Down
1 change: 1 addition & 0 deletions deps/rabbitmq_event_exchange/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client rabbitmq_

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_exchange_federation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ PLT_APPS += rabbitmq_cli

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_federation_common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ PLT_APPS += rabbitmq_cli

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_federation_management/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_federation_prometheus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_jms_topic_exchange/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ LOCAL_DEPS = mnesia

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_management/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ BUILD_DEPS += ranch
CT_HOOKS = rabbit_ct_hook
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
Expand Down
1 change: 1 addition & 0 deletions deps/rabbitmq_management_agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ PLT_APPS += rabbitmq_cli

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
TEST_DEPS := $(filter-out rabbitmq_test,$(TEST_DEPS))
Expand Down
1 change: 1 addition & 0 deletions deps/rabbitmq_peer_discovery_aws/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dep_ct_helper = git https://github.com/extend/ct_helper.git master

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_peer_discovery_common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dep_ct_helper = git https://github.com/extend/ct_helper.git master

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_peer_discovery_consul/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dep_ct_helper = git https://github.com/extend/ct_helper.git master

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_peer_discovery_k8s/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dep_ct_helper = git https://github.com/extend/ct_helper.git master

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_prometheus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_stream

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

ifneq ($(DISABLE_METRICS_COLLECTOR),)
RABBITMQ_CONFIG_FILE = $(CURDIR)/rabbitmq-disable-metrics-collector.conf
Expand Down
1 change: 1 addition & 0 deletions deps/rabbitmq_queue_federation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ PLT_APPS += rabbitmq_cli

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_random_exchange/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_recent_history_exchange/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ PLT_APPS += mnesia

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_sharding/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_shovel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ PLT_APPS += rabbitmq_cli

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk elvis_mk
ELIXIR = system
dep_elvis_mk = git https://github.com/inaka/elvis.mk.git master

include ../../rabbitmq-components.mk
Expand Down
1 change: 1 addition & 0 deletions deps/rabbitmq_shovel_management/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers meck

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_shovel_prometheus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_stream_management/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_top/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ DEPS = rabbit_common rabbit amqp_client rabbitmq_management

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_tracing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_trust_store/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dep_ct_helper = git https://github.com/extend/ct_helper.git master

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_web_dispatch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
TEST_DEPS := $(filter-out rabbitmq_test,$(TEST_DEPS))
Expand Down
1 change: 1 addition & 0 deletions deps/rabbitmq_web_mqtt_examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ DEPS = rabbit_common rabbit rabbitmq_web_dispatch rabbitmq_web_mqtt

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
1 change: 1 addition & 0 deletions deps/rabbitmq_web_stomp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dep_gun = hex 2.2.0

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
Expand Down
1 change: 1 addition & 0 deletions deps/rabbitmq_web_stomp_examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ DEPS = rabbit_common rabbit rabbitmq_web_dispatch rabbitmq_web_stomp

DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
ELIXIR = system

include ../../rabbitmq-components.mk
include ../../erlang.mk
Loading