From: Jiri Olsa Date: Mon, 15 Apr 2013 02:49:43 +0000 (+0200) Subject: perf tools: Remove '?=' Makefile STRIP assignment X-Git-Tag: v3.11-rc1~144^2~26^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0dce60f530eee32a3455a8a9c5edf6d286b769a7;p=platform%2Fupstream%2Fkernel-adaptation-pc.git perf tools: Remove '?=' Makefile STRIP assignment No need to use '?=' assignment for STRIP variable, the standard '=' does the same job without creating confusion. Suggested-by: Namhyung Kim Signed-off-by: Jiri Olsa Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Paul Mackerras Cc: Corey Ashford Cc: Frederic Weisbecker Cc: Namhyung Kim Cc: Borislav Petkov Cc: Stephane Eranian Cc: Sam Ravnborg Link: http://lkml.kernel.org/r/1369398928-9809-25-git-send-email-jolsa@redhat.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/Makefile b/tools/perf/Makefile index ac52598..b5f5c6d 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -82,7 +82,7 @@ FIND = find INSTALL = install FLEX = flex BISON = bison -STRIP ?= strip +STRIP = strip LK_DIR = $(srctree)/tools/lib/lk/ TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/