You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2011/07/14 20:18:49 UTC

Re: svn commit: r1146824 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

Stefan... have you considered using "buildout" ? That might simplify a
huge portion of this Makefile. You could switch the bulk to a small
bootstrap script and a buildout configuration file.

See: http://www.buildout.org/

On Thu, Jul 14, 2011 at 14:02,  <st...@apache.org> wrote:
> Author: stsp
> Date: Thu Jul 14 18:02:23 2011
> New Revision: 1146824
>
> URL: http://svn.apache.org/viewvc?rev=1146824&view=rev
> Log:
> * tools/dev/unix-build/Makefile.svn: Add python to dependencies to avoid
>   library clashes when the system python is used (in my case system python
>   and the Subversion libs were loading conflicting versions of sqlite
>   and BDB libraries during "make check-swig-py").