Over the last 2 months each time I pull, check out next and compile, I'm seeing _some_ kind of problem with compiling the perl section of git. Sometimes git-reset --hard, or a fresh checkout, or git-clean resolve the situation. But not this time. Here is what I see now: $ make ... make -C perl PERL_PATH='/usr/bin/perl' prefix='/home/luben' all make[1]: Entering directory `/home/luben/projects/git-next/perl' Makefile out-of-date with respect to Makefile.PL /usr/lib64/perl5/5.8.6/x86_64-linux-thread-multi/Config.pm /usr/lib64/perl5/5.8.6/x86_64-linux-thread-multi/CORE/config.h Cleaning current config before rebuilding Makefile... mv: cannot stat `perl.mak': No such file or directory make[1]: *** [perl.mak] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** Waiting for unfinished jobs.... make[1]: *** Waiting for unfinished jobs.... make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/home/luben/projects/git-next/perl' make: *** [all] Error 2 $ git-rev-list --max-count=1 HEAD e1e8377415c8754c3773c09b78baaffa89d6fa9e So, where is "perl.mak"? Luben - 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