autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: keeping $exec-prefix et al unexpanded


From: Earnie Boyd
Subject: Re: keeping $exec-prefix et al unexpanded
Date: Thu, 06 Mar 2003 07:22:49 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130

IIRC, ``make install prefix=/tmp/foo'' is a GNU standard mandate where prefix for the install does not modify the prefix for the build.

Earnie.

Harlan Stenn wrote:
Why don't you use DESTDIR instead?

IE:

 > ./configure --prefix=/usr
 > make
 > make DESTDIR=/tmp install
 > cd /tmp
 > tar cfz binary-tarball.tgz usr

H







reply via email to

[Prev in Thread] Current Thread [Next in Thread]