From: Arnaldo Carvalho de Melo <acme@infradead.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org, "Tom Zanussi" <tzanussi@gmail.com>,
"Frédéric Weisbecker" <fweisbec@gmail.com>,
"Ingo Molnar" <mingo@elte.hu>,
"Stephane Eranian" <eranian@google.com>,
"Arnaldo Carvalho de Melo" <acme@redhat.com>
Subject: [PATCH 1/6] perf scripts perl: Makefile fix
Date: Fri, 25 Jun 2010 10:59:21 -0300 [thread overview]
Message-ID: <1277474366-7958-2-git-send-email-acme@infradead.org> (raw)
In-Reply-To: <1277474366-7958-1-git-send-email-acme@infradead.org>
From: Tom Zanussi <tzanussi@gmail.com>
Fix a typo introduced by recent Makefile changes, in f9af3a4. Without it, Perl
scripting support won't get compiled in.
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Stephane Eranian <eranian@google.com>
LKML-Reference: <1276836006.7762.15.camel@tropicana>
Signed-off-by: Tom Zanussi <tzanussi@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
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.2.5
next prev parent reply other threads:[~2010-06-25 13:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-25 13:59 [GIT PULL 0/6] perf/core improvements and fixes for 2.6.36 Arnaldo Carvalho de Melo
2010-06-25 13:59 ` Arnaldo Carvalho de Melo [this message]
2010-06-25 13:59 ` [PATCH 2/6] perf ui: Introduce routine ui_browser__is_current_entry Arnaldo Carvalho de Melo
2010-06-25 13:59 ` [PATCH 3/6] perf ui: Introduce ui_browser->seek to support multiple list structures Arnaldo Carvalho de Melo
2010-06-25 13:59 ` [PATCH 4/6] perf ui: Separate showing the entries from running the browser Arnaldo Carvalho de Melo
2010-06-25 13:59 ` [PATCH 5/6] perf ui: Move objdump_line specific stuff out of ui_browser Arnaldo Carvalho de Melo
2010-06-25 13:59 ` [PATCH 6/6] perf kvm: Get rid of unused guest_kallsyms Arnaldo Carvalho de Melo
2010-06-25 14:17 ` [GIT PULL 0/6] perf/core improvements and fixes for 2.6.36 Ingo Molnar
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=1277474366-7958-2-git-send-email-acme@infradead.org \
--to=acme@infradead.org \
--cc=acme@redhat.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®