diff options
author | Raphael Isemann <teemperor@gmail.com> | 2020-02-07 11:24:38 +0100 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2020-02-07 11:24:52 +0100 |
commit | 68cc9f80a6bfd7b88a761d29c757d0ec6544e126 (patch) | |
tree | b53eb276132519a466e8459fd6dfe0633edeabe3 /lldb/packages/Python/lldbsuite/test/api | |
parent | 9d869180c4adba42d68c14dab51fba8093ccf91c (diff) | |
download | llvm-68cc9f80a6bfd7b88a761d29c757d0ec6544e126.zip llvm-68cc9f80a6bfd7b88a761d29c757d0ec6544e126.tar.gz llvm-68cc9f80a6bfd7b88a761d29c757d0ec6544e126.tar.bz2 |
[lldb] Remove all 'clean' targets from test Makefiles
Summary:
To my knowledge we don't actually use or need these rules. And if we need them then
there is probably a better way to implement this than having all these random regexes.
Reviewers: labath, JDevlieghere
Reviewed By: labath, JDevlieghere
Subscribers: jingham, lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D74126
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/api/multithreaded/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/api/multithreaded/Makefile b/lldb/packages/Python/lldbsuite/test/api/multithreaded/Makefile index 8176721..de4ec12 100644 --- a/lldb/packages/Python/lldbsuite/test/api/multithreaded/Makefile +++ b/lldb/packages/Python/lldbsuite/test/api/multithreaded/Makefile @@ -2,6 +2,3 @@ ENABLE_THREADS := YES CXX_SOURCES := main.cpp include Makefile.rules - -clean:: - rm -rf $(wildcard *.o *.d *.dSYM) |