We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd880c6 commit 90cfc39Copy full SHA for 90cfc39
deps/rabbit_common/mk/rabbitmq-tools.mk
@@ -1,15 +1,3 @@
1
-READY_DEPS = $(foreach DEP,\
2
- $(filter $(RABBITMQ_COMPONENTS),$(DEPS) $(BUILD_DEPS) $(TEST_DEPS)), \
3
- $(if $(wildcard $(DEPS_DIR)/$(DEP)),$(DEP),))
4
-
5
-RELEASED_RMQ_DEPS = $(filter $(RABBITMQ_COMPONENTS),$(DEPS) $(BUILD_DEPS))
6
7
-update-contributor-code-of-conduct:
8
- $(verbose) for repo in $(READY_DEPS:%=$(DEPS_DIR)/%); do \
9
- cp $(DEPS_DIR)/rabbit_common/CODE_OF_CONDUCT.md $$repo/CODE_OF_CONDUCT.md; \
10
- cp $(DEPS_DIR)/rabbit_common/CONTRIBUTING.md $$repo/CONTRIBUTING.md; \
11
- done
12
13
# --------------------------------------------------------------------
14
# erlang.mk query-deps* formatting.
15
0 commit comments