clayborg accepted this revision. ================ Comment at: packages/Python/lldbsuite/test/expression_command/call-overloaded-c-fuction/Makefile:8 @@ +7,2 @@ +clean:: + rm -rf $(wildcard *.o *.d *.dSYM) ---------------- Maybe we can have a standard clean rule in the main makefiles:
standard_clean: rm -rf $(wildcard *.o *.d *.dSYM) And maybe we can call this before calling the "clean" where each test case can override this. Not required for this patch though. Repository: rL LLVM http://reviews.llvm.org/D17957 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits