Merge branch 'fix-push-combine' into 'master'

Fix push combination not triggering mount

See merge request redox-os/redox!1717
This commit is contained in:
Jeremy Soller 2025-11-27 06:15:48 -07:00
commit f4fe816850

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?=