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

Re: svn commit: rev 4821 - trunk

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-02-10 22:10:40 CET

dlr@tigris.org writes:

> Author: dlr
> Date: 2003-02-10 13:22:30 -0600 (Mon, 10 Feb 2003)
> New Revision: 4821
>
> Modified:
> trunk/Makefile.in
> Log:
> * Makefile.in
> (swig-java-ext-clean): Worked around a problem in the interaction of
> this Makefile with versioned directories in the working copy. If
>
> Modified: trunk/Makefile.in
> ==============================================================================
> --- trunk/Makefile.in (original)
> +++ trunk/Makefile.in Mon Feb 10 13:22:33 2003
> @@ -374,7 +374,8 @@
> done
>
> swig-java-ext-clean:
> - rm -rf $(SWIG_SRC_DIR)/java
> + rm -rf $(SWIG_SRC_DIR)/java/build/
> + rm -rf $(SWIG_SRC_DIR)/java/org/

Deleting from SWIG_SRC_DIR doesn't look right. Why do the Java
bindings build there? Why don't they build in SWIG_BUILD_DIR?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 10 22:11:25 2003

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.