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

Re: [PATCH] DESTDIR support for python swig targets

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2002-10-31 21:37:41 CET

On Thu, Oct 31, 2002 at 12:44:06PM -0600, cmpilato@collab.net wrote:
> "Craig Peterein" <craig@peterein.org> writes:
>
[snip]
> And actually, isn't $(prefix) just plain wrong in this instance? I
> mean, $(prefix) is the install location for Subversion itself, which
> might be completely different than where I want my Python modules
> dumped.
>
> What's the difference between DESTDIR and prefix? Perhaps we need
> only DESTDIR (and lose the prefix) here?

DESTDIR is for installing into a fake root directory for packaging or
something similar.

i.e. you install to $DESTDIR/$prefix and then you know that everything
in there has just been installed. Nothing in there was left over from
an old install. It can all be bundled into an RPM or distribution tar
file, and is guaranteed not to mess with your installed system.

You're not supposed to use the stuff from $DESTDIR/$prefix.

I hope that makes sense :)

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 31 21:38:52 2002

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.