From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:33
Matthias Lederhofer [off-list ref] writes:
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?