Removed git dependency on make

This commit is contained in:
2026-04-17 03:16:27 +08:00
parent 8adf03a2a4
commit e138ec1254
6 changed files with 49 additions and 16 deletions

View File

@@ -316,6 +316,7 @@ dockerclean:
- docker image prune -f
pkgclean:
$(MAKE) -C clitools pkgclean
rm -rf $(PACKAGES_DIR)
.PHONY: release kernel initramfs itb build-base clitools clean distclean pkgclean \