[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: check-swig-py requires python3 with svn-1.14.0

From: Yasuhito FUTATSUKI <futatuki_at_yf.bsdclub.org>
Date: Wed, 3 Jun 2020 12:45:11 +0900

On 2020/06/02 20:54, Yasuhito FUTATSUKI wrote:
> On 2020/06/02 14:52, Yasuhito FUTATSUKI wrote:
>
>> The 1.14.0 release tarball contains also '.swig_pl_checked' and
>> '.swig_rb_checked' files. Should they omit from release tarball?
>
> These .swig_*_checked files are created by 'sh autogen.sh --release',
> when it runs 'make -f autogen-standalone.mk autogen-swig, and
> should be removed with ".swig_checked' file.
>
> [[[
> autogen.sh: Remove swig per bindings checked files on release mode.
>
> * autogen.sh
>
> Index: autogen.sh
> ===================================================================
> --- autogen.sh (revision 1878378)
> +++ autogen.sh (working copy)
> @@ -178,8 +178,8 @@
> # Build the SWIG-related files
> make -f autogen-standalone.mk autogen-swig || gen_failed=1
>
> - # Remove the .swig_checked file
> - rm -f .swig_checked
> + # Remove the .swig_*checked files
> + rm -f .swig_checked .swig_pl_checked .swig_py_checked .swig_rb_checked
> fi
>
> if test -n "$SKIP_DEPS"; then
> ]]]

I've commited this patch in r1878413, and nominated it for back port
to 1.14.x.

Thanks,

-- 
Yasuhito FUTATSUKI <futatuki_at_yf.bsclub.org>
Received on 2020-06-03 05:47:55 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.