On Tue, Oct 25, 2011 at 12:45 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Eugene Sajine <euguess@xxxxxxxxx> writes: > >> We have built git 1.7.6.4 and we have a following problem with it: >> .,, >> It doesn't seem to be the case with 1.7.4.1 >> >> Was there any change between those versions that i missed, or may be >> there is some property we have to specify during build? > > Nothing I can think of offhand that you need to specify _differently_ > between the build procedures of these two versions. > > Just a wild guess. perhaps you specified prefix=/usr/local/git-1.7.4.1/ > eons ago when you built and installed 1.7.4.1 like this: > > make prefix=/usr/local/git-1.7.4.1 all install > > and then you did it differently when you installed 1.7.6.4, e.g. > > make all > make prefix=/usr/local/git-1.7.6.4 install > > Are you saying that the first command is more correct? I will check it. Thanks a lot, Eugene -- To unsubscribe from this list: 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