On Tue, Oct 5, 2010 at 20:48, Randal L. Schwartz [off-list ref] wrote:
SUBDIR perl
make[1]: `perl.mak' is up to date.
GEN git-add--interactive
Writing perl.mak for Git
make[2]: *** [perl.mak] Error 1
make[1]: *** [instlibdir] Error 2
make: *** [git-add--interactive] Error 2
1e63341 is a merge commit, and none of the merged things (in the
commit message) seem to have anything to do with the Perl makefile
process.
Can you run:
make -j 1 V=1
And report what output you get?