From 0a68b0289e9f63b79c91f3a6c1152a653fac7db7 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sat, 22 Nov 2025 21:37:43 -0800 Subject: [PATCH] Trigger cookbook rebuild on make pull --- Makefile | 1 + mk/repo.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 982a3a59..5662a0be 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,7 @@ endif # PODMAN_BUILD pull: git pull + rm -f $(FSTOOLS_TAG) repo: $(BUILD)/repo.tag diff --git a/mk/repo.mk b/mk/repo.mk index 3d1d0cc2..404ed282 100644 --- a/mk/repo.mk +++ b/mk/repo.mk @@ -1,6 +1,6 @@ # Configuration file for recipe commands -$(REPO_TAG): prefix $(FILESYSTEM_CONFIG) $(FSTOOLS_TAG) $(CONTAINER_TAG) +$(REPO_TAG): prefix $(FILESYSTEM_CONFIG) | $(FSTOOLS_TAG) $(CONTAINER_TAG) ifeq ($(PODMAN_BUILD),1) $(PODMAN_RUN) make $@ else