From: Alex Riesen <raa.lkml@gmail.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: git@vger.kernel.org, Junio C Hamano <junkio@cox.net>
Subject: Re: [PATCH] Fix generation of perl/perl.mak
Date: Thu, 25 Oct 2007 23:21:29 +0200 [thread overview]
Message-ID: <20071025212129.GB11308@steel.home> (raw)
In-Reply-To: <Pine.LNX.4.64.0710252140500.4362@racer.site>
Johannes Schindelin, Thu, Oct 25, 2007 22:42:07 +0200:
> On Thu, 25 Oct 2007, Alex Riesen wrote:
>
> > Besides, a changed Git.pm is *NOT* a reason to rebuild all the perl
> > scripts, so remove the dependency too.
> >
> > [...]
> >
> > -perl/Makefile: perl/Git.pm perl/Makefile.PL GIT-CFLAGS
> > - (cd perl && $(PERL_PATH) Makefile.PL \
> > - PREFIX='$(prefix_SQ)')
> > -
>
> This is not really the dependency triggering a rebuild of all perl
> scripts, right?
In a way. This rebuilds perl/perl.mak which, in turn, can cause the
rebuild of all perl scripts. The rule you replaced with "[...]" does
the same, but uses perl/Makefile, which generates the perl.mak
depending on the NO_PERL_MAKEMAKER setting.
prev parent reply other threads:[~2007-10-25 21:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-25 20:17 [PATCH] Fix generation of perl/perl.mak Alex Riesen
2007-10-25 20:42 ` Johannes Schindelin
2007-10-25 21:21 ` Alex Riesen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071025212129.GB11308@steel.home \
--to=raa.lkml@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).