Dne 12.6.2014 10:24, Michal Marek napsal(a): > Dne 6.6.2014 03:43, Masahiro Yamada napsal(a): >> Signed-off-by: Masahiro Yamada <yamada.m@xxxxxxxxxxxxxxxx> >> --- >> scripts/Makefile.clean | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean >> index 686cb0d..a651cee 100644 >> --- 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) \ > > Do you have an example where generated files are left in the tree after > make clean? This should go into the changelog. Hi Masahiro, do you have a reproducer, i.e. an example where make clean leaves generated files in the tree? Thanks, Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html