[Patches] [ python-Patches-1520879 ] make install change: Allow $DESTDIR to be relative

SourceForge.net noreply at sourceforge.net
Tue Aug 1 01:03:15 CEST 2006


Patches item #1520879, was opened at 2006-07-11 23:56
Message generated for change (Comment added) made by dgreiman
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1520879&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Douglas Greiman (dgreiman)
Assigned to: Nobody/Anonymous (nobody)
Summary: make install change: Allow $DESTDIR to be relative

Initial Comment:
This patch allows the $DESTDIR variable used in 'make
install' to be a relative path.  It also avoids
constructing filenames starting with double slashes
('//') when DESTDIR is an absolute path.

Tested on RedHat 9.0 Linux on x86.


----------------------------------------------------------------------

>Comment By: Douglas Greiman (dgreiman)
Date: 2006-07-31 23:03

Message:
Logged In: YES 
user_id=1553997

That seems reasonable, however I believe it should be a
separate change since codewise the two changes are unrelated.

----------------------------------------------------------------------

Comment By: Chad Whitacre (whit537)
Date: 2006-07-31 21:13

Message:
Logged In: YES 
user_id=340931

I'd also like to see the argument to 'configure --prefix='
also be relative. Could this patch be expanded in that
direction?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1520879&group_id=5470


More information about the Patches mailing list