aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
authorMichael Witten <[email protected]>2011-04-09 01:12:56 +0000
committerArnaldo Carvalho de Melo <[email protected]>2011-04-19 08:18:36 -0300
commit3643b133f2cb8023e8cedcbef43215a99d7df561 (patch)
tree9f398308ee4f51801c2fdee40ec7ffd65f6f1642 /tools/perf/scripts/python/sctop.py
parentaeafcbaf4fcfeb74aeed65609ea5ead48dfc09f8 (diff)
perf tools: Makefile: Clean up `python/perf.so' rule
There is no need for a subshell or an explicit `export'; as per the POSIX Shell Command Language specification: http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_09_01 http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_10_02 It is only necessary to include the environment variable assignment just before the command to be run. Also, it is better to use single-quotes, because GNU make might expand `$(BASIC_CFLAGS)' into something that the shell could interpret within double-quotes. Acked-by: Raghavendra D Prabhu <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Michael Witten <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions