projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97bf6af
)
kbuild: Drop support for clean-rule
author
Michal Marek
<mmarek@suse.cz>
Wed, 31 Dec 2014 15:32:14 +0000
(16:32 +0100)
committer
Michal Marek
<mmarek@suse.cz>
Fri, 2 Jan 2015 13:50:59 +0000
(14:50 +0100)
clean-rule has not been used since
94869f86
(kbuild: Accept absolute
paths in clean-files and introduce clean-dirs) ten years ago.
Tested-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/Makefile.clean
patch
|
blob
|
history
diff --git
a/scripts/Makefile.clean
b/scripts/Makefile.clean
index
1bca180
..
af03c57
100644
(file)
--- a/
scripts/Makefile.clean
+++ b/
scripts/Makefile.clean
@@
-71,9
+71,6
@@
endif
ifneq ($(strip $(__clean-dirs)),)
+$(call cmd,cleandir)
endif
-ifneq ($(strip $(clean-rule)),)
- +$(clean-rule)
-endif
@: