lkml.org 
[lkml]   [2013]   [May]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 24/25] perf tools: Remove '?=' Makefile STRIP assignment
    Date
    No need to use '?=' assignment for STRP variable, the standard
    '=' does the same job without creating confusion.

    Suggested-by: Namhyung Kim <namhyung@kernel.org>
    Signed-off-by: Jiri Olsa <jolsa@redhat.com>
    Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
    Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
    Cc: Ingo Molnar <mingo@elte.hu>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: Borislav Petkov <bp@alien8.de>
    Cc: Stephane Eranian <eranian@google.com>
    Cc: Sam Ravnborg <sam@ravnborg.org>
    Cc: David Ahern <dsahern@gmail.com>
    ---
    tools/perf/Makefile | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/tools/perf/Makefile b/tools/perf/Makefile
    index 88dfe05..3b28e8d 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/
    --
    1.7.11.7


    \
     
     \ /
      Last update: 2013-05-24 16:21    [W:7.461 / U:0.000 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site