Re: Enabling builddir != srcdir by default in jhbuild



On Fri, 2016-06-03 at 12:31 +0100, Emmanuele Bassi wrote:
What's the proper fix for this then?

In general, everything that modifies the Git repository or the
autotools files, like `git submodule update` or `gtkdocize` or
`intltoolize` will need to be called inside the source directory;
this
means switching to $srcdir, calling those tools, and then switch back
to the build directory.


You could also use "git -C $srcdir <command>".


        J.A.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]