mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
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:
commit
f4fe816850
15
mk/repo.mk
15
mk/repo.mk
@ -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?=
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user