projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7171511
)
scripts/Makefile.clean: clean also $(extra-m) and $(extra-)
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Fri, 6 Jun 2014 01:43:55 +0000
(10:43 +0900)
committer
Michal Marek
<mmarek@suse.cz>
Thu, 3 Jul 2014 20:54:57 +0000
(22:54 +0200)
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/Makefile.clean
patch
|
blob
|
blame
|
history
diff --git
a/scripts/Makefile.clean
b/scripts/Makefile.clean
index 686cb0d31c7c956943693dd0d517d878cf99b7a0..a651cee84f2a837ba2212bb82aa15433cb78ac90 100644
(file)
--- a/
scripts/Makefile.clean
+++ b/
scripts/Makefile.clean
@@
-40,8
+40,8
@@
subdir-ymn := $(addprefix $(obj)/,$(subdir-ymn))
# build a list of files to remove, usually relative to the current
# directory
-__clean-files := $(extra-y) $(
always)
\
- $(
targets) $(clean-files)
\
+__clean-files := $(extra-y) $(
extra-m) $(extra-)
\
+ $(
always) $(targets) $(clean-files)
\
$(host-progs) \
$(hostprogs-y) $(hostprogs-m) $(hostprogs-)