Trigger cookbook rebuild on make pull

This commit is contained in:
Wildan M 2025-11-22 21:37:43 -08:00
parent d982644a73
commit 0a68b0289e
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79
2 changed files with 2 additions and 1 deletions

View File

@ -69,6 +69,7 @@ endif # PODMAN_BUILD
pull:
git pull
rm -f $(FSTOOLS_TAG)
repo: $(BUILD)/repo.tag

View File

@ -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