mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Fix push combination not triggering mount
This commit is contained in:
parent
7e122d72fd
commit
c9b6d7893b
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