diff options
author | Jiri Olsa <[email protected]> | 2016-12-04 21:42:52 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2016-12-05 16:04:08 -0300 |
commit | a5ba0a1a5af312c4b4bfe78dc054d832103ec27d (patch) | |
tree | 915973f95c9ea2170d88fe2fca449e7b0e794139 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | edd695b032ba3a90c3bb07d934500b2c390a61ff (diff) |
tools build: Make the .cmd file more readable
Putting extra line between dependencies and cmd_* definition
to make it more readable.
Before:
$ cat .builtin-top.o.cmd
...
/home/jolsa/kernel/linux-perf/tools/include/linux/stringify.h \
/home/jolsa/kernel/linux-perf/tools/include/linux/time64.h
cmd_builtin-top.o := gcc -Wp,-MD,./.builtin-top.o.d -Wp,-MT,builtin-...
...
After:
$ cat .builtin-top.o.cmd
...
/home/jolsa/kernel/linux-perf/tools/include/linux/stringify.h \
/home/jolsa/kernel/linux-perf/tools/include/linux/time64.h
cmd_builtin-top.o := gcc -Wp,-MD,./.builtin-top.o.d -Wp,-MT,builtin-...
...
Signed-off-by: Jiri Olsa <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions