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, <s...@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").