[Python-bugs-list] [ python-Bugs-505423 ] Get rid of make frameworkinstall

noreply@sourceforge.net noreply@sourceforge.net
Tue, 06 Aug 2002 06:06:29 -0700


Bugs item #505423, was opened at 2002-01-18 17:01
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=505423&group_id=5470

Category: Macintosh
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: Get rid of make frameworkinstall

Initial Comment:
We should get rid of "make frameworkinstall" if you build a framework Python, and in stead have installing the framework be handled with a normal "make install".

Various people have been confused by this. Including me. More than once. :-)

"make install" for a framework build should also install a symlink in the normal (/usr/local) location, but this may be a bit difficult as the PREFIX variable (and it's dependents such as BINDIR) are forced to point into the framework when we're doing a framework build.

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

>Comment By: Jack Jansen (jackjansen)
Date: 2002-08-06 15:06

Message:
Logged In: YES 
user_id=45365

I'm not going to do this after all. 'make frameworkinstall' is going to stay, and there's going to be companions 'make frameworkinstallapps' and 'make frameworkinstalltools' that install the apps and tools.

I will look into giving an error if "make install" in a framework build notices it is called outside of "make frameworkinstall".

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

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