]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Use shell function for perl cflags retrieval
authorJiri Olsa <jolsa@kernel.org>
Wed, 8 Nov 2017 10:27:37 +0000 (11:27 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 18 Dec 2017 14:54:08 +0000 (11:54 -0300)
commit8082cde9f62d565b67673b9fb45c0fad9b104420
tree36b6d81354e5954aa368164d87042286ae70892a
parent3fa95bd5185b039c0db2bbe4972d8ca11276f0a4
perf tools: Use shell function for perl cflags retrieval

Using the shell function for perl CFLAGS retrieval instead of back
quotes (``). Both execute shell with the command, but the latter is more
explicit and seems to be the preferred way.

Also we don't have any other use of the back quotes in perf Makefiles.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20171108102739.30338-2-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile.config