
22 Jul
2014
22 Jul
'14
9:23 p.m.
On Tue, Jul 15, 2014 at 03:52:01PM +0300, Igor Grinberg wrote:
Commit efcf861 (kbuild: use scripts/Makefile.clean) refactored the cleaning targets and accidentially replaced the actually generated "ctags" and "etags" files in the file list by "tags" and "TAGS". "tags" and "TAGS" are not part of the Makefile build targets and therefore should not be a part of the list for clean targets.
Substitute the actually generated files instead, to fix the clean targets behavior.
Cc: Masahiro Yamada yamada.m@jp.panasonic.com Signed-off-by: Igor Grinberg grinberg@compulab.co.il
Applied to u-boot/master, thanks!
--
Tom