Merge branch 'nicer-clean' into 'master'

Add repo_clean and fetch_clean

See merge request redox-os/redox!1774
This commit is contained in:
Jeremy Soller 2025-12-17 06:28:25 -07:00
commit 2500af0cf1

View File

@ -42,7 +42,7 @@ else
endif # CONTAINER_TAG
else
ifneq ($(NOT_ON_PODMAN),1)
$(MAKE) c.--all
$(MAKE) repo_clean
-$(FUMOUNT) $(BUILD)/filesystem/ || true
-$(FUMOUNT) /tmp/redox_installer/ || true
endif # NOT_ON_PODMAN
@ -61,7 +61,7 @@ else
endif # CONTAINER_TAG
else
ifneq ($(NOT_ON_PODMAN),1)
$(MAKE) u.--all
$(MAKE) fetch_clean
endif # NOT_ON_PODMAN
$(MAKE) clean NOT_ON_PODMAN=1
endif # PODMAN_BUILD
@ -72,6 +72,10 @@ pull:
repo: $(BUILD)/repo.tag
repo_clean: c.--all
fetch_clean: u.--all
# Podman build recipes and vars
include mk/podman.mk