Gavin Beau Baumanis wrote: > Ping. This thread has received no further comments.
Thanks Gavin, but in fact I did commit Noorul's patch in r1030557: <http://svn.haxx.se/dev/archive-2010-11/0059.shtml>. (The thread's subject line no longer contained '[PATCH]' by that point.) I am not taking any further action with the duplication between setup.py and run_ctypesgen.sh. - Julian > On 01/11/2010, at 9:24 PM, Julian Foad wrote: > > On Mon, 2010-11-01, Noorul Islam K M wrote: > >> * build/run_ctypesgen.sh: Use source directory as target instead of build > >> directory. > > > >> (cat $abs_srcdir/$cp_relpath/csvn/core/functions.py.in; \ > >> sed -e '/^FILE =/d' $output | \ > >> perl -pe 's{(\s+\w+)\.restype = POINTER\(svn_error_t\)}{\1.restype = > >> POINTER(svn_error_t)\n\1.errcheck = _svn_errcheck}' \ > >> - ) > $abs_builddir/$cp_relpath/csvn/core/functions.py > >> + ) > $abs_srcdir/$cp_relpath/csvn/core/functions.py