From: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
To: Tom Zanussi <tzanussi@gmail.com>
Cc: linux-kernel@vger.kernel.org,
Stephane Eranian <eranian@google.com>,
mingo@elte.hu, fweisbec@gmail.com
Subject: Re: [PATCH] perf: Makefile fix for Perl scripting
Date: Fri, 18 Jun 2010 11:24:05 -0300 [thread overview]
Message-ID: <20100618142405.GA2645@ghostprotocols.net> (raw)
In-Reply-To: <1276836006.7762.15.camel@tropicana>
Em Thu, Jun 17, 2010 at 11:40:06PM -0500, Tom Zanussi escreveu:
> Fix a typo introduced by recent Makefile changes. Without it, Perl
> scripting support won't get compiled in.
>
> Signed-off-by: Tom Zanussi <tzanussi@gmail.com>
Right, sorry about that, applying,
- Arnaldo
> ---
> tools/perf/Makefile | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tools/perf/Makefile b/tools/perf/Makefile
> index 6aa2fe3..17a3692 100644
> --- a/tools/perf/Makefile
> +++ b/tools/perf/Makefile
> @@ -577,7 +577,7 @@ ifdef NO_LIBPERL
> else
> PERL_EMBED_LDOPTS = `perl -MExtUtils::Embed -e ldopts 2>/dev/null`
> PERL_EMBED_CCOPTS = `perl -MExtUtils::Embed -e ccopts 2>/dev/null`
> - PERL_EMBED_FLAGS=$(PERL_EMBED_CCOPTS) $(PERL_EMBED_LDOPTS)
> + FLAGS_PERL_EMBED=$(PERL_EMBED_CCOPTS) $(PERL_EMBED_LDOPTS)
>
> ifneq ($(call try-cc,$(SOURCE_PERL_EMBED),$(FLAGS_PERL_EMBED)),y)
> BASIC_CFLAGS += -DNO_LIBPERL
> --
> 1.6.4.GIT
>
>
prev parent reply other threads:[~2010-06-18 14:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-18 4:40 [PATCH] perf: Makefile fix for Perl scripting Tom Zanussi
2010-06-18 14:24 ` Arnaldo Carvalho de Melo [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=20100618142405.GA2645@ghostprotocols.net \
--to=acme@ghostprotocols.net \
--cc=eranian@google.com \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tzanussi@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.