From 304e5e587967071921fe3db5337fe7e8ba9b9fec Mon Sep 17 00:00:00 2001 From: "Ciro S. Costa" Date: Fri, 17 Sep 2021 16:01:28 +0000 Subject: [PATCH] make: remove kodata target given that release generation is now done throguh `./hack/release.sh` (either used directly or through `hack/setup.sh`), there's no need to have that under Makefile anymore Signed-off-by: Ciro S. Costa --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index 57b9dda01..6c9c13b0f 100644 --- a/Makefile +++ b/Makefile @@ -73,11 +73,3 @@ copyright: -ignore site/static/\*\* \ -ignore site/themes/\*\* \ . - -kodata: cmd/cartographer/kodata - -cmd/cartographer/kodata: cmd/cartographer/kodata/ytt-linux-amd64 - -cmd/cartographer/kodata/ytt-linux-amd64: Makefile - curl -sL https://github.com/vmware-tanzu/carvel-ytt/releases/download/v0.36.0/ytt-linux-amd64 -o cmd/cartographer/kodata/ytt-linux-amd64 - chmod +x cmd/cartographer/kodata/ytt-linux-amd64