[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:18:38 CEST

On Thu, 12 Oct 2006, Malcolm Rowe wrote:

> 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.

EINSUFFICIENTCAFFEINE

Yup, Peter was completely right. (I'd already corrected this in r21899.)

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