]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: specify absolute paths for cscope
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 26 Nov 2009 12:34:12 +0000 (13:34 +0100)
committerMichal Marek <mmarek@suse.cz>
Sat, 12 Dec 2009 12:08:16 +0000 (13:08 +0100)
commit2d7b2df21fd18100edc2ae90766e9330ae97d9f3
tree51609ceb291a7f2bceae4ee605dc90ad8088aa7c
parent68c8c306d88bbcbb5ab262c61915354ac10cec27
kbuild: specify absolute paths for cscope

Cscope doesn't hadle relative paths when cscope.out is not in $PWD. Use
absolute paths when generating cscope.files, which seems to be the
recommended way to generate cscope.out, anyway (at least according to
cscope.sf.net). The speed and size differences are minimal, the only
drawback is that the database needs to be regenerated if the source
directory is moved.

[mmarek: fixed for O= builds, modified changelog]

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/tags.sh