From: Ilias Apalodimas Date: Tue, 20 May 2025 05:21:33 +0000 (+0300) Subject: kbuild: remove unused archmrproper X-Git-Tag: v2025.10-rc1~118^2~61^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0719c79e09de41aaba0ee5d86dcd578828d4aad3;p=thirdparty%2Fu-boot.git kbuild: remove unused archmrproper Backported from kernel commit b421b8a6cb87 ("kbuild: remove unused archmrproper") Signed-off-by: Ilias Apalodimas --- diff --git a/Makefile b/Makefile index 09d36b8cbbe..00876ef54a2 100644 --- a/Makefile +++ b/Makefile @@ -2281,7 +2281,7 @@ mrproper: rm-dirs := $(wildcard $(MRPROPER_DIRS)) mrproper: rm-files := $(wildcard $(MRPROPER_FILES)) mrproper-dirs := $(addprefix _mrproper_,scripts) -PHONY += $(mrproper-dirs) mrproper archmrproper +PHONY += $(mrproper-dirs) mrproper $(mrproper-dirs): $(Q)$(MAKE) $(clean)=$(patsubst _mrproper_%,%,$@)