From 3c72a70c568d07cbb1683e540ab0e16b7f61145b Mon Sep 17 00:00:00 2001 From: ssenator Date: Sun, 2 Aug 2020 21:23:18 -0600 Subject: [PATCH] #172 remove provisioning flags in Makefile --- clusters/common/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/clusters/common/Makefile b/clusters/common/Makefile index 5ce1a042c..5081b5697 100644 --- a/clusters/common/Makefile +++ b/clusters/common/Makefile @@ -517,6 +517,7 @@ $(NONEXISTENT_D)/%: $(POWEROFF_D)/% %_UNPROVISION: $(NONEXISTENT_D)/% ingest-state $(UNPROVISION) $(subst _UNPROVISION,,$(@F)) + $(DISABLE_RM) rm -f $(PROVISIONED_D)/$(subst _UNPROVISION,,$(@F)) ###