Re: svn commit: r1036534 - /subversion/trunk/Makefile.in

2010-11-25 Thread Philip Martin
Stefan Sperling writes: > On Thu, Nov 25, 2010 at 11:45:08AM +0200, Daniel Shahaf wrote: >> Philip Martin wrote on Thu, Nov 25, 2010 at 09:31:39 +: >> > Stefan Sperling writes: >> > >> > > On Thu, Nov 18, 2010 at 09:37:21PM +0100, Stefan Sperling wrote: >> > >> I guess the python libraries

Re: svn commit: r1036534 - /subversion/trunk/Makefile.in

2010-11-25 Thread Stefan Sperling
On Thu, Nov 25, 2010 at 11:45:08AM +0200, Daniel Shahaf wrote: > Philip Martin wrote on Thu, Nov 25, 2010 at 09:31:39 +: > > Stefan Sperling writes: > > > > > On Thu, Nov 18, 2010 at 09:37:21PM +0100, Stefan Sperling wrote: > > >> I guess the python libraries really are more reliable in this

Re: svn commit: r1036534 - /subversion/trunk/Makefile.in

2010-11-25 Thread Daniel Shahaf
Philip Martin wrote on Thu, Nov 25, 2010 at 09:31:39 +: > Stefan Sperling writes: > > > On Thu, Nov 18, 2010 at 09:37:21PM +0100, Stefan Sperling wrote: > >> I guess the python libraries really are more reliable in this case. > > > > Point being that we require python anyway to compile Subver

Re: svn commit: r1036534 - /subversion/trunk/Makefile.in

2010-11-25 Thread Philip Martin
Stefan Sperling writes: > On Thu, Nov 18, 2010 at 09:37:21PM +0100, Stefan Sperling wrote: >> I guess the python libraries really are more reliable in this case. > > Point being that we require python anyway to compile Subversion. Is that right? I thought it was possible to compile a tarball wi

Re: svn commit: r1036534 - /subversion/trunk/Makefile.in

2010-11-18 Thread Stefan Sperling
On Thu, Nov 18, 2010 at 09:37:21PM +0100, Stefan Sperling wrote: > I guess the python libraries really are more reliable in this case. Point being that we require python anyway to compile Subversion. Stefan

Re: svn commit: r1036534 - /subversion/trunk/Makefile.in

2010-11-18 Thread Stefan Sperling
On Thu, Nov 18, 2010 at 02:11:21PM -0600, Peter Samuelson wrote: > > [s...@apache.org] > > swig-pl: $(swig-pl_DEPS) > > - if test "$(SWIG_PL_DIR)" != "$(SWIG_PL_SRC_DIR)"; then \ > > + if test "`$(READLINK) $(SWIG_PL_DIR)`" != "`$(READLINK) > > $(SWIG_PL_SRC_DIR)`"; then \ > > Does everyone

Re: svn commit: r1036534 - /subversion/trunk/Makefile.in

2010-11-18 Thread Peter Samuelson
[s...@apache.org] > swig-pl: $(swig-pl_DEPS) > - if test "$(SWIG_PL_DIR)" != "$(SWIG_PL_SRC_DIR)"; then \ > + if test "`$(READLINK) $(SWIG_PL_DIR)`" != "`$(READLINK) > $(SWIG_PL_SRC_DIR)`"; then \ Does everyone have pwd -P? Seems to be specified by POSIX. That seems like a pretty good