From 6a367ab777310ef3a461b127143a11238d474ec7 Mon Sep 17 00:00:00 2001 From: Zvonko Kaiser Date: Fri, 8 May 2026 19:25:19 +0000 Subject: [PATCH] build: declare install-prebuilt-artifacts as .PHONY Leftover from #12954's rebase: the substantive sed-hack -> DEPS= change landed on main, but the .PHONY declaration didn't make it. Add it so the recipe always runs even if a stale `kata-artifacts` file exists in CWD. Signed-off-by: Zvonko Kaiser Assisted-By: Claude --- tools/packaging/kata-deploy/local-build/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/packaging/kata-deploy/local-build/Makefile b/tools/packaging/kata-deploy/local-build/Makefile index 3370513663..39cec3fa55 100644 --- a/tools/packaging/kata-deploy/local-build/Makefile +++ b/tools/packaging/kata-deploy/local-build/Makefile @@ -247,6 +247,7 @@ nydus-snapshotter-for-coco-guest-pull-tarball: merge-builds: $(MK_DIR)/kata-deploy-merge-builds.sh build "$(MK_DIR)/../../../../versions.yaml" +.PHONY: install-prebuilt-artifacts install-prebuilt-artifacts: mv kata-artifacts $(MK_DIR)/build