]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscope
authorJike Song <albcamus@gmail.com>
Mon, 5 Jan 2009 06:57:03 +0000 (14:57 +0800)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 7 Jan 2009 20:44:21 +0000 (21:44 +0100)
commit124c215c6cc105e6b8bbbebc4c39e63661fdabb7
treec981ad2175b2016aa417230926960b9d7c351021
parent606826ec7ea63afda5e0250ca9acf8efc2a8ec60
kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscope

This patch reintroduce the ALLSOURCE_ARCHS support for tags/TAGS/
cscope targets. The Kbuild previously has this feature, but after
moving the targets into scripts/tags.sh, ALLSOURCE_ARCHS disappears.

It's something like this:

$ make ALLSOURCE_ARCHS="x86 mips arm" tags cscope

Signed-off-by: Jike Song <albcamus@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Documentation/kbuild/kbuild.txt
scripts/tags.sh