Yakov Lerner <iler.ml@xxxxxxxxx> writes: > Many times, I mistakenly used 'make prefix=... install' where prefix value > was different from prefix value during build. This resulted in broken > install. This patch adds auto-detection of $prefix change to the Makefile. > This results in correct install whenever prefix is changed. > > Signed-off-by: Yakov Lerner <iler.ml@xxxxxxxxx> I do not mind this per se, and probably even agree that this is an improvement compared to the current state of affairs, but a few points: - please make sure you clean that state file in "make clean"; - we may want to make the state file a bit more visible (IOW, I somewhat do mind the name being dot-git-dot-prefix). - we might want to later (or at the same time as this patch) do "consistent set of compilation flags" (e.g. run early part of compilation with openssl SHA-1 implementation, interrupt it and build and link the rest with mozilla SHA-1 implementation -- then you will get a nonsense binary without linker errors). It might make sense to prepare this mechanism so we could reuse it for that purpose. - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html