Found 43 matching messages (0.041 seconds). Page 1 of 3.
... for now. > > I think those two patches I just sent are enough. > ... )$(RM) $@ $@+ && \ - INSTLIBDIR=`MAKEFLAGS= $(MAKE) -C perl -s --no-print-directory instlibdir` ... sed -e '1{' \ -e ' s|#!.*perl|#!$(PERL_PATH_SQ)|' \ -e ' h' \ - -e ' s= ...
git - Brandon Casey - Aug 6 2008 - 20:23
... install on such systems. This patch fixes this bug by tagging ... systems. The drawback to this patch is that once git installs ... the desired behaviour, but my perl-fu isn't strong enough ... available on the system yet. +# Perl modules. So, unless it was ...
git - Chris Frey - May 16 2008 - 21:16
... ETC_GITCONFIG_SQ = $(subst ",\",$(subst ','\'',$(ETC_GITCONFIG))) The patch at the end of this ... `/home/casey/scratch/git/master/perl' make[2]: Entering directory `/home/ ... `/home/casey/scratch/git/master/perl' make: *** [install] Error 2 private- ...
git - Brandon Casey - Aug 6 2008 - 15:31
... of Makefile.PL to the perl bindings we no longer seem ... git$X git-merge-recur$X all: perl/Makefile - $(MAKE) -C ... strip: $(PROGRAMS) git$X diff --git a/perl/Makefile.PL b/ ... /Makefile.PL index de73235..00fc779 100644 --- a/perl/Makefile.PL +++ b ...
git - Andy Whitcroft - Sep 25 2006 - 06:03
... first to get rid of perl/Git.c while your Makefile ... git-merge-recur$X -all: perl/Makefile +# work around for left- ... .c && test ! -f perl/Git.xs \ + && rm perl/{Git.c,Git. ... ,Makefile}) || true + +all: perl/check-left-over perl/Makefile $(MAKE) -C ...
git - Johannes Schindelin - Sep 26 2006 - 04:34
... :41PM -0500, Brandon Casey wrote: >> The perl modules must be copied to blib/ ... by one of two methods in perl/Makefile. This patch modifies the 'NO_PERL_MAKEMAKER' ... does nothing, and looks like: $ cat perl.mak all: : install: mkdir -p ... ...
git - Brandon Casey - Jul 23 2008 - 12:22
...
git - Junio C Hamano - Jul 23 2008 - 19:29
... off-by: Eric Wong
git - Eric Wong - Apr 21 2007 - 03:55
... : Brandon Casey
git - Brandon Casey - Jul 22 2008 - 17:15
... the introduction of Makefile.PL to the perl bindings we no > >> longer seem to pass ... get a working tree. Yes. I almost submitted a patch which checks for perl/Git.c, and makes distclean in perl/ if exists. Ciao, Dscho - To unsubscribe from ...
git - Johannes Schindelin - Sep 25 2006 - 07:38
... Git.pm soon. This is my first patch to Git.pm, so please let me ... if there is anything wrong with it! perl/Git.pm | 22 ++++++++++++++++++++++ 1 files changed, 22 ... b/perl/Git.pm index d05b633..9ef8cb0 100644 --- a/perl/Git.pm +++ b/perl/Git. ...
git - Lea Wiemann - May 30 2008 - 00:43
...
git - Lea Wiemann - May 30 2008 - 16:27
... : Brandon Casey
git - Brandon Casey - Aug 5 2008 - 19:23
... : Brandon Casey
git - Brandon Casey - Aug 6 2008 - 17:48
... at 06:43:05AM +0200, Lea Wiemann wrote: > diff --git a/perl/Git.pm b/perl/Git.pm > index d05b633..9ef8cb0 100644 > --- a/perl/Git.pm > +++ b/perl/Git.pm > @@ -716,6 +716,28 @@ sub ident_person { > return "$ident[0] <$ident[1]>" ...
git - Petr Baudis - May 30 2008 - 05:50
... With the introduction of Makefile.PL to the perl bindings we no > longer seem to pass in ... the fact that earlier runs left Git.c in the perl/ directory. Go to perl/, "make distclean", and make git again. Hth, Dscho - To unsubscribe from this list ...
git - Johannes Schindelin - Sep 25 2006 - 06:25
... >> With the introduction of Makefile.PL to the perl bindings we no >> longer seem to pass in either ... by the fact that earlier runs left Git.c in the > perl/ directory. Go to perl/, "make distclean", and make git again. Hmmm that sucks. Yes, I had to ...
git - Andy Whitcroft - Sep 25 2006 - 07:34
... eval/die.] No leak there. I'm not an experienced Perl hacker, but I intuitively liked the throw/catch method better than the eval/die method. If I read http://www.nntp.perl.org/group/perl.perl5.porters/2006/03/msg110331.html correctly, this ...
git - Lea Wiemann - May 30 2008 - 17:59
... Lea> I'm not an experienced Perl hacker, but I intuitively liked the ... *am* an experienced hacker, and every Perl hacker worth their salt understands that " ... :http://www.stonehenge.com/merlyn/> Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. ...
git - Randal L. Schwartz - May 30 2008 - 18:03
... 04:15:41PM -0500, Brandon Casey wrote: > The perl modules must be copied to blib/lib so ... 't understand why do you need to do this; perl.mak should do this on its own during project-wide make all. What Perl version are you using? How does the pm_to_blib ...
git - Petr Baudis - Jul 22 2008 - 19:09