Fix push combination not triggering mount

This commit is contained in:
Wildan M 2025-11-27 03:00:46 -08:00
parent 7e122d72fd
commit c9b6d7893b
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -166,24 +166,13 @@ rp.%: $(FSTOOLS_TAG) FORCE
# Invoke clean, repo.sh and push for one of more targets separated by comma
crp.%: $(FSTOOLS_TAG) FORCE
ifeq ($(PODMAN_BUILD),1)
$(PODMAN_RUN) make $@
else
$(MAKE) c.$*
$(MAKE) r.$*
$(MAKE) cr.$*
$(MAKE) p.$*
endif
# Invoke unfetch. clean, repo.sh and push for one of more targets separated by comma
ucrp.%: $(FSTOOLS_TAG) FORCE
ifeq ($(PODMAN_BUILD),1)
$(PODMAN_RUN) make $@
else
$(MAKE) u.$*
$(MAKE) c.$*
$(MAKE) r.$*
$(MAKE) ucr.$*
$(MAKE) p.$*
endif
export DEBUG_BIN?=