Home
last modified time | relevance | path

Searched hist:b3dfe43c6c4b39c443b8376f0d2f83ffef342080 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/
H A DMakefileb3dfe43c6c4b39c443b8376f0d2f83ffef342080 Tue Jul 15 12:52:01 UTC 2014 Igor Grinberg <grinberg@compulab.co.il> Makefile: fix ctags/etags clean targets

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>