Junio C Hamano [off-list ref] wrote:
Hmph. That's reverting this:
commit 4c5cf8c44ce06a79da5bafd4a92e6d6f598cea2e
Author: Eric Wong [off-list ref]
Date: Sun Aug 13 04:13:25 2006 -0700
pass DESTDIR to the generated perl/Makefile
Makes life for binary packagers easier, as the Perl modules will
be installed inside DESTDIR.
Signed-off-by: Eric Wong [off-list ref]
Signed-off-by: Junio C Hamano [off-list ref]
Eric, care to comment?
I used to make a statically linked binary package for working on an
ancient box that didn't have a lot of libraries I wanted, and I probably
just called `make install' into DESTDIR as a single step without calling
`make' alone without DESTDIR argument, or I had DESTDIR set in
config.mak
--
Eric Wong