diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-04-05 20:33:50 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-04-06 19:27:51 +0900 |
commit | dc6dc3e7a73fc09c9ce773bc23bc2864d4c13284 (patch) | |
tree | 993343a005e2f297e55527443cb110309730f19d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f43e31d5cb7859189a8be5699f4347e07b07c1df (diff) |
kbuild: do not remove empty *.symtypes explicitly
Presumably, 'test -s $@ || rm -f $@' intends to remove the output when
the genksyms command fails.
It is unneeded because .DELETE_ON_ERROR automatically removes the output
on failure.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions