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

Re: Dev builds broken on trunk? (was Re: svn commit: r9080 - in trunk: . build/generator subversion/bindings/swig/java/org/tigris/subversion/test)

From: Ben Reser <ben_at_reser.org>
Date: 2004-03-17 00:49:35 CET

On Tue, Mar 16, 2004 at 12:16:22PM -0800, Daniel L. Rall wrote:
> Actually remove SWIG-generated .java source files when `make clean` is
> run.
>
> * Makefile.in
> (fast-clean): Enumerate the new swig-java-clean as a dependency.
>
> (swig-java-clean): Removed SWIG-generated .java source files and
> the directory for their associated Java package.
>
>
> Index: Makefile.in
> ===================================================================
> --- Makefile.in (revision 9082)
> +++ Makefile.in (working copy)
> @@ -248,7 +248,7 @@
>
> # clean everything but the bulky test output, returning the system back
> # to before 'make' was run.
> -fast-clean: doc-clean
> +fast-clean: doc-clean swig-java-clean
> @list='$(BUILD_DIRS)'; for i in $$list; do \
> echo "Cleaning $$i ..." ; \
> (cd $$i && rm -f *.o *.lo *.la *.la-a && rm -rf .libs) ; \
> @@ -287,6 +287,9 @@
> check-javahl:
> $(JAVA) -Djava.library.path=$(libdir) -classpath
> subversion/bindings/java/javahl/classes:$(javahl_tests_CLASSPATH)
> org.tigris.subversion.javahl.tests.BasicTests
>
> +swig-java-clean:
> + rm -rf $(SWIG_JAVA_DIR)/org/tigris/subversion/swig/
> +
> # Different versions of SWIG generate the Java source files in
> # different directories.
> swig-java-setup:

You mean clean-swig-java. :)

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 17 00:50:25 2004

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.