From: Daniel Vetter Date: Thu, 26 Nov 2009 12:34:12 +0000 (+0100) Subject: kbuild: specify absolute paths for cscope X-Git-Tag: v2.6.33-rc1~37^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb8f844c0a41c4529a7d06b7801296eca9ae67aa;p=pandora-kernel.git 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed