[PATCH 25/26] perf tools: Remove '?=' Makefile STRIP assignment

2013-04-24 Thread Jiri Olsa
No need to use '?=' assignment for STRP 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

[PATCH 25/26] perf tools: Remove '?=' Makefile STRIP assignment

2013-04-24 Thread Jiri Olsa
No need to use '?=' assignment for STRP variable, the standard '=' does the same job without creating confusion. Suggested-by: Namhyung Kim namhy...@kernel.org Signed-off-by: Jiri Olsa jo...@redhat.com Cc: Arnaldo Carvalho de Melo a...@ghostprotocols.net Cc: Peter Zijlstra a.p.zijls...@chello.nl