All of lore.kernel.org
 help / color / mirror / Atom feed
* Fix Makefile typo.
@ 2011-08-16 19:36 Dave Jones
  2011-08-19 14:50 ` Dominik Brodowski
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2011-08-16 19:36 UTC (permalink / raw)
  To: cpufreq

Signed-off-by: Dave Jones <davej@redhat.com>

diff --git a/tools/power/cpupower/Makefile b/tools/power/cpupower/Makefile
index 94c2cf0..8ae576f 100644
--- a/tools/power/cpupower/Makefile
+++ b/tools/power/cpupower/Makefile
@@ -35,7 +35,7 @@ NLS ?=		true
 
 # Set the following to 'true' to build/install the
 # cpufreq-bench benchmarking tool
-CPUFRQ_BENCH ?= true
+CPUFREQ_BENCH ?= true
 
 # Prefix to the directories we're installing to
 DESTDIR ?=
@@ -139,7 +139,7 @@ ifeq ($(strip $(NLS)),true)
 	COMPILE_NLS += create-gmo
 endif
 
-ifeq ($(strip $(CPUFRQ_BENCH)),true)
+ifeq ($(strip $(CPUFREQ_BENCH)),true)
 	INSTALL_BENCH += install-bench
 	COMPILE_BENCH += compile-bench
 endif

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

* Re: Fix Makefile typo.
  2011-08-16 19:36 Fix Makefile typo Dave Jones
@ 2011-08-19 14:50 ` Dominik Brodowski
  0 siblings, 0 replies; 2+ messages in thread
From: Dominik Brodowski @ 2011-08-19 14:50 UTC (permalink / raw)
  To: Dave Jones; +Cc: cpufreq

Applied, thanks.

On Tue, Aug 16, 2011 at 03:36:21PM -0400, Dave Jones wrote:
> Signed-off-by: Dave Jones <davej@redhat.com>
> 
> diff --git a/tools/power/cpupower/Makefile b/tools/power/cpupower/Makefile
> index 94c2cf0..8ae576f 100644
> --- a/tools/power/cpupower/Makefile
> +++ b/tools/power/cpupower/Makefile
> @@ -35,7 +35,7 @@ NLS ?=		true
>  
>  # Set the following to 'true' to build/install the
>  # cpufreq-bench benchmarking tool
> -CPUFRQ_BENCH ?= true
> +CPUFREQ_BENCH ?= true
>  
>  # Prefix to the directories we're installing to
>  DESTDIR ?=
> @@ -139,7 +139,7 @@ ifeq ($(strip $(NLS)),true)
>  	COMPILE_NLS += create-gmo
>  endif
>  
> -ifeq ($(strip $(CPUFRQ_BENCH)),true)
> +ifeq ($(strip $(CPUFREQ_BENCH)),true)
>  	INSTALL_BENCH += install-bench
>  	COMPILE_BENCH += compile-bench
>  endif
> --
> To unsubscribe from this list: send the line "unsubscribe cpufreq" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2011-08-19 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-16 19:36 Fix Makefile typo Dave Jones
2011-08-19 14:50 ` Dominik Brodowski

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.