Run prefix before fetch

This commit is contained in:
Wildan M 2026-05-03 06:02:55 +07:00
parent e36c3d98eb
commit d2262fa1d1
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -38,7 +38,7 @@ else
endif
# Fetch all recipes source or binary from filesystem config
fetch: $(FSTOOLS_TAG) FORCE
fetch: prefix $(FSTOOLS_TAG) FORCE
ifeq ($(PODMAN_BUILD),1)
$(PODMAN_RUN) make $@
else
@ -82,7 +82,7 @@ else
endif
# Invoke fetch for one or more targets separated by comma
f.%: $(FSTOOLS_TAG) FORCE
f.%: prefix $(FSTOOLS_TAG) FORCE
ifeq ($(PODMAN_BUILD),1)
$(PODMAN_RUN) make $@
else