public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf: Makefile fix for Perl scripting
@ 2010-06-18  4:40 Tom Zanussi
  2010-06-18 14:24 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Zanussi @ 2010-06-18  4:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Stephane Eranian, mingo, fweisbec, acme

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>
---
 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] perf: Makefile fix for Perl scripting
  2010-06-18  4:40 [PATCH] perf: Makefile fix for Perl scripting Tom Zanussi
@ 2010-06-18 14:24 ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2010-06-18 14:24 UTC (permalink / raw)
  To: Tom Zanussi; +Cc: linux-kernel, Stephane Eranian, mingo, fweisbec

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
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-18 14:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-18  4:40 [PATCH] perf: Makefile fix for Perl scripting Tom Zanussi
2010-06-18 14:24 ` Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox