On 05/19/2010 03:58 PM, s...@apache.org wrote:
Author: stsp
Date: Wed May 19 22:58:37 2010
New Revision: 946475
URL: http://svn.apache.org/viewvc?rev=946475&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Fix a comment typo. Set LD_LIBRARY_PATH
when running tests for perl and python bindings.
svn-check-swig-pl:
- cd $(svn_builddir)&& make check-swig-pl
+ cd $(svn_builddir)&& \
+ env LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) make check-swig-pl
I don't think you need the "env" here, isn't using
LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) sufficient, since our Makefile's use
Bourne shell by default.
Regards,
Blair