[Lldb-commits] [PATCH] D68558: [Testsuite] Get rid of most of the recursive shared library Makefiles

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 7 16:03:54 PDT 2019


aprantl added inline comments.


================
Comment at: lldb/packages/Python/lldbsuite/test/make/Makefile.rules:771
 else
-	$(RM) "$(EXE)"
+	$(RM) -r $(wildcard $(BUILDDIR)/*)
 endif
----------------
I would just error, period. IMHO `make clean` shouldn'd delete anything that `make` doesn't know how to rebuild and I don't think we have any rule to restore `$(BUILDDIR)`, do we?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68558/new/

https://reviews.llvm.org/D68558





More information about the lldb-commits mailing list