From e7626e77bb49bbd631773d0b9d2b27b20a792531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 18 Nov 2017 22:14:29 +0100 Subject: Most recent Erlang.mk will no longer require sec expansion --- early-plugins.mk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/early-plugins.mk b/early-plugins.mk index 89ee409..e6afc48 100644 --- a/early-plugins.mk +++ b/early-plugins.mk @@ -47,13 +47,13 @@ CI_AUTO_CLEANUP_TARGETS := $(foreach t,$(OTP-DROPPED),ci-auto-cleanup-$t) .PHONY: ci-auto-cleanup $(CI_AUTO_CLEANUP_TARGETS) define ci_auto_cleanup_target -ci-auto-cleanup-$1: $$(KERL) - $$(verbose) $$(KERL) list builds | grep -q "^git,$1$$$$" && $$(KERL) delete build $1 || true - $$(verbose) $$(KERL) list installations | grep -q "^$1 " && $$(KERL) delete installation $1 || true - $$(verbose) $$(KERL) list builds | grep -q "^git,$1-native$$$$" && $$(KERL) delete build $1-native || true - $$(verbose) $$(KERL) list installations | grep -q "^$1-native " && $$(KERL) delete installation $1-native || true - $$(verbose) $$(KERL) list builds | grep -q "^git,$1-erllvm$$$$" && $$(KERL) delete build $1-erllvm || true - $$(verbose) $$(KERL) list installations | grep -q "^$1-erllvm " && $$(KERL) delete installation $1-erllvm || true +ci-auto-cleanup-$1: $(KERL) + $(verbose) $(KERL) list builds | grep -q "^git,$1$$$$" && $(KERL) delete build $1 || true + $(verbose) $(KERL) list installations | grep -q "^$1 " && $(KERL) delete installation $1 || true + $(verbose) $(KERL) list builds | grep -q "^git,$1-native$$$$" && $(KERL) delete build $1-native || true + $(verbose) $(KERL) list installations | grep -q "^$1-native " && $(KERL) delete installation $1-native || true + $(verbose) $(KERL) list builds | grep -q "^git,$1-erllvm$$$$" && $(KERL) delete build $1-erllvm || true + $(verbose) $(KERL) list installations | grep -q "^$1-erllvm " && $(KERL) delete installation $1-erllvm || true endef $(foreach t,$(OTP-DROPPED),$(eval $(call ci_auto_cleanup_target,$t))) -- cgit v1.2.3