You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Rall <dl...@finemaltcoding.com> on 2002/12/10 08:45:56 UTC

Re: svn commit: propchange - rev 4074 svn:log

dlr@tigris.org writes:

> Author: dlr
> Revision: 4074
> Property Name: svn:log
> 
> New Property Value:
> * Makefile.in
>   (SWIG_DIRS): Added a build directory for the SWIG-generated JNI
>    code, and the skeleton of what the package hierarchy will look like
>    (which incidently is close to xela's hand-coded version).
> 
>   (local-clean, local-distclean): Switched from swig-py-ext-clean to
>    new swig-clean target.
> 
>   (swig-assert-available): New target factored out of swig-py-ext
                                                             ^
                                           Changed from "java" to "py".

It was only java in my working copy, in not the repo.

>    which asserts that $(SWIG) is set, exiting with error status if
>    not.
> 
>   (swig-clean): Grouping target which runs the swig-py-ext-clean and
>    swig-java-ext-clean targets.
> 
>   (swig-py-ext): Replaced inline assert that $(SWIG) is set with
>    dependency on the new swig-assert-available taget.  Re-added -s
>    flag to setup.py which Justin checked in for me in r3703, and Blair
>    (accidently?) removed in r3898.
> 
>   (swig-java-ext): Rudimentary target for swigging the Java bindings
>    from our (incomplete) typemap files.  Has an inline dependency on
>    Perl which should be removed (just convenient for me in development
>    mode).  Generates ugly .java source files in a very haphazard
>    fashion, dumping them all in a single directory (anyone know how to
>    get swig to put them in a different spot?).
> 
>   (swig-java-ext-clean): Removes swig-generated Java and JNI source,
>    and the directories we create in the mkdir-init target.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org