mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Trees doesn't need prefix
This commit is contained in:
parent
bc35359620
commit
d7f6a2673c
@ -86,7 +86,7 @@ else
|
||||
endif
|
||||
|
||||
# Show what to cook
|
||||
rt.%: prefix $(FSTOOLS_TAG) FORCE
|
||||
rt.%: $(FSTOOLS_TAG) FORCE
|
||||
ifeq ($(PODMAN_BUILD),1)
|
||||
$(PODMAN_RUN) make $@
|
||||
else
|
||||
@ -122,7 +122,7 @@ pp.%: $(FSTOOLS_TAG) FORCE
|
||||
$(MAKE) p.$*,--with-package-deps
|
||||
|
||||
# Show what to push
|
||||
pt.%: prefix $(FSTOOLS_TAG) FORCE
|
||||
pt.%: $(FSTOOLS_TAG) FORCE
|
||||
ifeq ($(PODMAN_BUILD),1)
|
||||
$(PODMAN_RUN) make $@
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user