projects
/
firefly-linux-kernel-4.4.55.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 1bca180db8ad0b6475464f3ca8ea78c881c1b1c5..af03c57f69fa64289199c63fa4f8e066951893ba 100644
(file)
--- a/
scripts/Makefile.clean
+++ b/
scripts/Makefile.clean
@@
-70,9
+70,6
@@
ifneq ($(strip $(__clean-files)),)
endif
ifneq ($(strip $(__clean-dirs)),)
+$(call cmd,cleandir)
-endif
-ifneq ($(strip $(clean-rule)),)
- +$(clean-rule)
endif
@: