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

Re: svn commit: r21888 - trunk

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-10-12 17:01:42 CEST

On Thu, 12 Oct 2006, Peter Samuelson wrote:

>
> [dlr@tigris.org]
> > Modified: trunk/Makefile.in
>
> > +clean-javahl:
> > + rm -rf $(javahl_java_PATH) $(javahl_javah_PATH) @JAVAHL_OBJDIR@:$(libdir)
>
> I'm guessing you meant that line without the ":$(libdir)".

No, but the ":" character should be a "/". Together those two expand
to "subversion/bindings/java/javahl/native/.libs", which is a libtool
directory I want to delete during a clean build. I definitely don't
want to delete the "native" directory, which contains the C++ and C
code for the JNI bindings.

  • application/pgp-signature attachment: stored
Received on Thu Oct 12 17:00:18 2006

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.