Skip to content

Commit ac24523

Browse files
HoloRinmergify[bot]
authored andcommitted
Reduce ineffeciency introduced in b636f41
Use "ERL_LIBS =" instead of "ERL_LIBS :=" so that $(shell ... is not called so often (cherry picked from commit fef064c)
1 parent 3b986c3 commit ac24523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif
1616

1717
DIALYZER_OPTS ?= -Werror_handling
1818

19-
dialyze: ERL_LIBS := $(ERL_LIBS):$(DEPS_DIR):$(DEPS_DIR)/rabbitmq_cli/_build/dev/lib:$(dir $(shell elixir --eval ":io.format '~s~n', [:code.lib_dir :elixir ]"))
19+
dialyze: ERL_LIBS = $(APPS_DIR):$(DEPS_DIR):$(DEPS_DIR)/rabbitmq_cli/_build/dev/lib:$(dir $(shell elixir --eval ":io.format '~s~n', [:code.lib_dir :elixir ]"))
2020

2121
# --------------------------------------------------------------------
2222
# %-on-concourse dependencies.

0 commit comments

Comments
 (0)