--- Akim Demaille <[EMAIL PROTECTED]> wrote:

> 
> IOW, what's the point of being able to change prefix at make time?
> Why not just at configure?
> 

How about the scenario of:

configure --prefix=/usr
make all
make install prefix=/usr/stow/mypackage.mj.mn.p
cd /usr/stow
stow mypackage.mj.mn.p

OR:

configure                  (prefix=/usr/local)
make prefix=/usr           (user Foo always does it this way)
make install

I may want to test an installation and want to build with a different prefix
than what it was configured with.

There's probably more.

Regards,

=====
---
   Earnie Boyd: <mailto:[EMAIL PROTECTED]>
            __Cygwin: POSIX on Windows__
Cygwin Newbies: <http://gw32.freeyellow.com/>
           __Minimalist GNU for Windows__
  Mingw32 List: <http://www.egroups.com/group/mingw32/>
    Mingw Home: <http://www.mingw.org/>

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

Reply via email to