Junio C Hamano [off-list ref] wrote:
Matthias Lederhofer [off-list ref] writes:
quoted
Is there any way to disable the "the compile flags have changed,
recompile everything" check? I want to built with another prefix than
installing to create a tarball I copy to other machines. Is there any
way to do this?
Perhaps
DESTDIR=/var/tmp/ make prefix=/usr install
is what you are looking for?
Thanks, this works.