mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'trig-rebuild' into 'master'
Trigger cookbook rebuild on make pull See merge request redox-os/redox!1709
This commit is contained in:
commit
158ce47959
1
Makefile
1
Makefile
@ -68,6 +68,7 @@ endif # PODMAN_BUILD
|
||||
|
||||
pull:
|
||||
git pull
|
||||
rm -f $(FSTOOLS_TAG)
|
||||
|
||||
repo: $(BUILD)/repo.tag
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Configuration file for recipe commands
|
||||
|
||||
$(REPO_TAG): prefix $(FILESYSTEM_CONFIG) $(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