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