From 110a159ab986be8cf8d70f564ac5cf877785d33e Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 24 Feb 2026 13:26:38 +0000 Subject: [PATCH] UPSTREAM: : Remove dead RELEASE_DIR ref Signed-off-by: Stephen Finucane --- openshift/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/openshift/Makefile b/openshift/Makefile index 47be785a7d..bb57da5fca 100644 --- a/openshift/Makefile +++ b/openshift/Makefile @@ -3,9 +3,6 @@ TOOLS_DIR := tools include provider-version.mk -$(RELEASE_DIR): - mkdir -p $(RELEASE_DIR)/ - MANIFESTS_GEN := go run ./vendor/github.com/openshift/cluster-capi-operator/manifests-gen/ .PHONY: verify @@ -21,7 +18,7 @@ update-manifests-gen: cd tools && go get github.com/openshift/cluster-capi-operator/manifests-gen && go mod tidy && go mod vendor .PHONY: ocp-manifests -ocp-manifests: $(RELEASE_DIR) ## Builds openshift specific manifests +ocp-manifests: ## Builds openshift specific manifests # Generate provider manifests. cd tools && $(MANIFESTS_GEN) --manifests-path "../capi-operator-manifests" --kustomize-dir="../../openshift" \ --name cluster-api-provider-aws \