All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch eb8f844c "kbuild: specify absolute paths for cscope" breaks cscope use on NFS mounted source tree
@ 2010-03-05 10:21 Ian Campbell
  2010-03-07 21:12 ` Michal Marek
  0 siblings, 1 reply; 5+ messages in thread
From: Ian Campbell @ 2010-03-05 10:21 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Daniel Vetter, mmarek

I keep my kernel source tree on a more powerful build box where I run my
builds etc (including "make cscope") but run my editor from my
workstation with an NFS mount to the source. This worked fine for me
using relative paths for cscope. Using absolute paths in cscope breaks
this previously working setup because the root path is not the same on
both systems. I guess this is similar to moving the source tree around.

Without wanting to start a flamewar it really sounds to me like we are
working around a vim (or cscope) bug here, emacs with cscope bindings
works fine in this configuration.

Could we at least have an option to allow both variants to work? Would
setting "make O=$(pwd) cscope" (where pwd is the source tree) not have
provided a workaround for people who needed absolute paths for whatever
reason?

Ian.
-- 
Ian Campbell
Current Noise: Testament - D.N.R. (Do Not Resuscitate)

What do you give a man who has everything?  Penicillin.
		-- Jerry Lester


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-03-08  9:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-05 10:21 Patch eb8f844c "kbuild: specify absolute paths for cscope" breaks cscope use on NFS mounted source tree Ian Campbell
2010-03-07 21:12 ` Michal Marek
2010-03-07 21:30   ` Daniel Vetter
2010-03-08  9:34     ` Ian Campbell
2010-03-08  9:34     ` [PATCH] Revert "kbuild: specify absolute paths for cscope" Michal Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.