mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 05:28:43 +08:00
Run prefix before fetch
This commit is contained in:
parent
e36c3d98eb
commit
d2262fa1d1
@ -38,7 +38,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Fetch all recipes source or binary from filesystem config
|
# Fetch all recipes source or binary from filesystem config
|
||||||
fetch: $(FSTOOLS_TAG) FORCE
|
fetch: prefix $(FSTOOLS_TAG) FORCE
|
||||||
ifeq ($(PODMAN_BUILD),1)
|
ifeq ($(PODMAN_BUILD),1)
|
||||||
$(PODMAN_RUN) make $@
|
$(PODMAN_RUN) make $@
|
||||||
else
|
else
|
||||||
@ -82,7 +82,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Invoke fetch for one or more targets separated by comma
|
# Invoke fetch for one or more targets separated by comma
|
||||||
f.%: $(FSTOOLS_TAG) FORCE
|
f.%: prefix $(FSTOOLS_TAG) FORCE
|
||||||
ifeq ($(PODMAN_BUILD),1)
|
ifeq ($(PODMAN_BUILD),1)
|
||||||
$(PODMAN_RUN) make $@
|
$(PODMAN_RUN) make $@
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user