Re: [Libreoffice] .vimrc to compile source from within Vim

2011-08-13 Thread Eike Rathke
Hi, On Tuesday, 2011-08-09 23:56:52 +0200, Bjoern Michaelsen wrote: > http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/ > is a cozy place for these. http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/commit/?id=0904f09a9bcdcc30784a534b4f6a6e61ee13bd1b Eike -- PGP/OpenPGP/Gn

Re: [Libreoffice] .vimrc to compile source from within Vim

2011-08-10 Thread Eike Rathke
Hi Bjoern, On Wednesday, 2011-08-10 00:05:40 +0200, Bjoern Michaelsen wrote: > > Hmm.. actually make continues to build if there there are more sources > > to compile, even if the target was given. How to make it stop after > > the specified target? > > does "make gb_FULLDEPS=" (setting gb_FULLD

Re: [Libreoffice] .vimrc to compile source from within Vim

2011-08-09 Thread Bjoern Michaelsen
Hi Eike, On Tue, 9 Aug 2011 18:50:12 +0200 Eike Rathke wrote: > Hmm.. actually make continues to build if there there are more sources > to compile, even if the target was given. How to make it stop after > the specified target? for gbuild-based modules I could image that happening with the cha

Re: [Libreoffice] .vimrc to compile source from within Vim

2011-08-09 Thread Bjoern Michaelsen
Hi Eike, On Tue, 9 Aug 2011 18:23:37 +0200 Eike Rathke wrote: > I took the wiki's Vim tip to build a module from within Vim and > enhanced it to compile the current source file (and only that) in > both, dmake and gbuild modules. If the current file is a Makefile, > the entire module is built us

Re: [Libreoffice] .vimrc to compile source from within Vim

2011-08-09 Thread Eike Rathke
Hi, On Tuesday, 2011-08-09 18:23:37 +0200, Eike Rathke wrote: > to compile the current source file (and only that) Hmm.. actually make continues to build if there there are more sources to compile, even if the target was given. How to make it stop after the specified target? Eike -- PGP/Op

[Libreoffice] .vimrc to compile source from within Vim

2011-08-09 Thread Eike Rathke
Hi, I took the wiki's Vim tip to build a module from within Vim and enhanced it to compile the current source file (and only that) in both, dmake and gbuild modules. If the current file is a Makefile, the entire module is built using make. If the current file is build.lst, the entire module is bui