Skip to content

Commit 08d1e10

Browse files
committed
Unneded stuff removed
1 parent 2e2fb06 commit 08d1e10

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ DISABLE_DISTCLEAN = 1
3131
ifeq ($(filter-out xref,$(MAKECMDGOALS)),)
3232
XREF_SCOPE = app deps
3333

34-
# We add all the applications that are in non-standard paths
35-
# so they are included in the analyses as well.
36-
XREF_EXTRA_APP_DIRS = $(filter-out deps/rabbitmq_cli/_build/dev/lib/rabbit_common/,$(wildcard deps/rabbitmq_cli/_build/dev/lib/*/)) deps/rabbitmq_prelaunch/
37-
3834
# For Elixir protocols the right fix is to include the consolidated/
3935
# folders in addition to ebin/. However this creates conflicts because
4036
# some modules are duplicated. So instead we ignore warnings from

deps/rabbit_common/mk/rabbitmq-build.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ifneq ($(filter rabbitmq_cli,$(BUILD_DEPS) $(DEPS)),)
1212
# Add the CLI ebin directory to the code path for the compiler: plugin
1313
# CLI extensions may access behaviour modules defined in this directory.
1414

15-
RMQ_ERLC_OPTS += -pa $(DEPS_DIR)/rabbitmq_cli/_build/dev/lib/rabbitmqctl/ebin
15+
RMQ_ERLC_OPTS += -pa $(DEPS_DIR)/rabbitmq_cli/ebin
1616
endif
1717

1818
RMQ_ERLC_OPTS += +deterministic

deps/rabbit_common/mk/rabbitmq-early-plugin.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
DIALYZER_OPTS ?= -Werror_handling -Wunmatched_returns -Wunknown
66

7-
dialyze: ERL_LIBS = $(APPS_DIR):$(DEPS_DIR):$(DEPS_DIR)/rabbitmq_cli/_build/dev/lib:$(ELIXIR_LIBS)
7+
dialyze: ERL_LIBS = $(APPS_DIR):$(DEPS_DIR):$(ELIXIR_LIBS)
88

99
# --------------------------------------------------------------------
1010
# Common Test flags.

0 commit comments

Comments
 (0)