[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: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-10-12 17:02:38 CEST

On Thu, Oct 12, 2006 at 08:01:42AM -0700, Daniel Rall wrote:
> > > 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.

Uh, isn't $(libdir) typically something like /usr/local/lib? I'm not
following how this would work.

Regards,
Malcolm

  • application/pgp-signature attachment: stored
Received on Thu Oct 12 17:03:01 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.