git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ab30f
)
kbuild: remove unused archmrproper
author
Ilias Apalodimas
<ilias.apalodimas@linaro.org>
Tue, 20 May 2025 05:21:33 +0000
(08:21 +0300)
committer
Tom Rini
<trini@konsulko.com>
Fri, 30 May 2025 00:42:38 +0000
(18:42 -0600)
Backported from kernel
commit
b421b8a6cb87
("kbuild: remove unused archmrproper")
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
09d36b8
..
00876ef
100644
(file)
--- 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_%,%,$@)