Re: Commit f84871 breaks build on OS X

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Brian Gernhardt <benji@...>
Cc: <git@...>
Date: Thursday, December 7, 2006 - 11:42 am

Does the attached patch help? I highly suspect the perl.mak generated
by MakeMaker.

diff --git a/perl/Makefile b/perl/Makefile
index bd483b0..b936e0d 100644
--- a/perl/Makefile
+++ b/perl/Makefile
@@ -29,6 +29,8 @@ $(makfile): ../GIT-CFLAGS Makefile
 	echo '	echo $(instdir_SQ)' >> $@
 else
 $(makfile): Makefile.PL ../GIT-CFLAGS
+	$(RM) $(makfile)
+	$(RM) $(makfile).old
 	'$(PERL_PATH_SQ)' $< FIRST_MAKEFILE='$@' PREFIX='$(prefix_SQ)'
 endif
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Commit f84871 breaks build on OS X, Brian Gernhardt, (Thu Dec 7, 9:54 am)
Re: Commit f84871 breaks build on OS X, Johannes Schindelin, (Thu Dec 7, 10:55 am)
Re: Commit f84871 breaks build on OS X, Brian Gernhardt, (Thu Dec 7, 11:29 am)
Re: Commit f84871 breaks build on OS X, Alex Riesen, (Thu Dec 7, 11:42 am)
Re: Commit f84871 breaks build on OS X, Andreas Ericsson, (Thu Dec 7, 11:23 am)
Re: Commit f84871 breaks build on OS X, Alex Riesen, (Thu Dec 7, 10:33 am)
Re: Commit f84871 breaks build on OS X, Randal L. Schwartz, (Thu Dec 7, 4:18 pm)
Re: Commit f84871 breaks build on OS X, Junio C Hamano, (Thu Dec 7, 6:36 pm)
Re: Commit f84871 breaks build on OS X, Junio C Hamano, (Thu Dec 7, 6:55 pm)
Re: Commit f84871 breaks build on OS X, Alex Riesen, (Fri Dec 8, 3:40 am)
Re: Commit f84871 breaks build on OS X, Brian Gernhardt, (Fri Dec 8, 7:51 am)