On Tue, Aug 30, 2016 at 09:25:20PM +, philip.chime...@gmail.com wrote:
> I've been thinking about the exact same thing recently; how about a
> 'jhbuild jump' command that will take you from a location under srcdir to
> the corresponding location under builddir and vice versa? And perhaps have
>
On Tue, Aug 30, 2016 at 07:05:49PM +0100, Emmanuele Bassi wrote:
> > To compile only what I need:
> >
> > $ jhbuild shell
> > [jhbuild] $ cd src/
> > [jhbuild] $ make
> >
> > To re-build only a certain *.c file, to see if there are any warnings:
> > [jhbuild] $ touch file.c
> > [jhbuild] $ make
>
On Tue, Aug 30, 2016 at 07:05:49PM +0100, Emmanuele Bassi wrote:
> On 30 August 2016 at 18:23, Sébastien Wilmet wrote:
> > I've put the following in my jhbuildrc:
> >
> > checkoutroot = os.path.expanduser('~/gnome')
> > buildroot = os.path.expanduser('~/gnome')
> >
> > (to have again builddir == s