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

Re: Question on make process for Subversion

From: Sam Barnett-Cormack <s.barnett-cormack_at_lancaster.ac.uk>
Date: Tue, 05 Aug 2008 14:26:08 +0100

Robert Dailey wrote:
> What would this command do:
>
> (make external-all && make LT_LDFLAGS="-L$Fdestdir/usr/lib" local-all )
> || return 1
>
> if it were run inside of the subversion-1.5.1 directory? (This is the
> extracted source root folder). I'm not familiar with what external-all
> and local-all do. Furthermore, I'm not sure what LT_LDFLAGS is, as well
> as the weird string it is using.

I can't comment on the make targets, but I can see that:

1) This command is probably run during a script: the $Fdestdir is
clearly a variable interpolation.

2) LT_LDFLAGS is, IIRC, the variable used to hold the flags that will be
used by the linker (hence LDFLAGS) when running under libtool (hence LT)

3) As a linker flag, that -L$Fdestdir/usr/lib is saying to look for
libraries to link with in the directory $Fdestdir/usr/lib.

Hope that helps.

Sam

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-05 15:26:49 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.