mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
Merge branch 'prefix-deps' into 'master'
Fix prefix not being triggered See merge request redox-os/redox!1666
This commit is contained in:
commit
be9a3f7f6c
@ -1,6 +1,6 @@
|
||||
# Configuration file for recipe commands
|
||||
|
||||
$(REPO_TAG): $(FSTOOLS_TAG) $(CONTAINER_TAG)
|
||||
$(REPO_TAG): prefix $(FILESYSTEM_CONFIG) $(FSTOOLS_TAG) $(CONTAINER_TAG)
|
||||
ifeq ($(PODMAN_BUILD),1)
|
||||
$(PODMAN_RUN) make $@
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user