]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: remove a tag file before it is regenerated
authorMatt Kraai <kraai@ftbfs.org>
Wed, 22 Apr 2009 03:38:23 +0000 (20:38 -0700)
committerSam Ravnborg <sam@ravnborg.org>
Fri, 1 May 2009 08:54:02 +0000 (10:54 +0200)
commit49e81c72d7e2bb0aa9bf58eb9e76bdcd962f5a8b
tree617d9fd1a93447027aebb7bf7a9a04183e1bd1bd
parentc9e0148851e5b26e876b9bacad4c9125633cbda5
kbuild: remove a tag file before it is regenerated

If a tag file is not removed before it is regenerated, the newly
generated data is appended to the old, which preserves stale data and
makes the tag file grow over time.

Signed-off-by: Matt Kraai <kraai@ftbfs.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/tags.sh