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 516f7a3 commit 9e29cedCopy full SHA for 9e29ced
Makefile
@@ -16,7 +16,7 @@ MVN_FLAGS += -Ddeps.dir="$(abspath $(DEPS_DIR))"
16
all: deps
17
$(MVN) $(MVN_FLAGS) compile
18
19
-deps: $(DEPS_DIR)/rabbit $(DEPS_DIR)/rabbitmq-ct-helpers
+deps: $(DEPS_DIR)/rabbit $(DEPS_DIR)/rabbitmq_ct_helpers
20
@:
21
22
dist: clean
@@ -26,8 +26,7 @@ $(DEPS_DIR)/rabbit:
26
git clone https://github.com/rabbitmq/rabbitmq-server.git $@
27
$(MAKE) -C $@ fetch-deps DEPS_DIR="$(abspath $(DEPS_DIR))"
28
29
-$(DEPS_DIR)/rabbitmq-ct-helpers:
30
- rm -rf $(DEPS_DIR)/rabbitmq_ct_helpers
+$(DEPS_DIR)/rabbitmq_ct_helpers:
31
git clone https://github.com/rabbitmq/rabbitmq-ct-helpers.git $(DEPS_DIR)/rabbitmq_ct_helpers
32
33
tests: deps
0 commit comments