]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
auto-detect changed prefix and/or changed build flags
authorYakov Lerner <iler.ml@gmail.com>
Wed, 14 Jun 2006 22:36:00 +0000 (01:36 +0300)
committerJunio C Hamano <junkio@cox.net>
Sun, 18 Jun 2006 02:17:34 +0000 (19:17 -0700)
commitca3bcabf1187f4f09e62fdb1bc8aafa16d3ceea0
treed8889842edb5bd56a9b059c3f62bfac44836660d
parentcb115748ec0d4c6faccd09f3637ea436482dd7d5
auto-detect changed prefix and/or changed build flags

Detect changed prefix and/or changed build flags in the middle
of the build (or between 'make' and 'make install'), and if change
is detected, make sure all objects are compiled with same build
flags and same prefix, thus avoiding inconsistent/broken build.

[jc: removed otherwise unnecessary Makefile target to test the
 change this patch introduces. ]

Signed-off-by: Yakov Lerner <iler.ml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile