On Wed, Jan 23, 2013 at 1:57 PM, Ben Fritz <[email protected]> wrote: > > On Wednesday, January 23, 2013 3:19:19 PM UTC-6, Stephen Rasku wrote: > > > > I solved this by modifying ccfilter to not prepend the current > > directory to the error message. It works for me but I'm not sure it's > > a good generic solution. > > I've never seen a makefile specify absolute paths before, they are meant > to run from the current directory. Thus it makes sense to prepend the > current directory to messages in most cases.
I'm not quite sure what you mean about "makefile specify[ing] absolute paths". In a large project it's fairly common for Makefiles to call other Makefiles to build the whole system. If you are in the current directory, there's no need to prepend the current directory. Relative paths should work. I may be missing something, though. ...Stephen -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
