labath added a subscriber: labath. ================ Comment at: packages/Python/lldbsuite/test/expression_command/call-overloaded-c-fuction/Makefile:8 @@ +7,2 @@ +clean:: + rm -rf $(wildcard *.o *.d *.dSYM) ---------------- clayborg wrote: > 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. The main Makefile.rules does the cleanup already, I'm pretty sure this rule is not necessary.
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