[Lldb-commits] [lldb] [lldb] Prefer gmake on FreeBSD and NetBSD (PR #119573)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 12 02:47:49 PST 2024


DavidSpickett wrote:

I've updated it so that we prefer gmake on the BSDs, but we will use make if we cannot find gmake. Everywhere else we prefer make instead.

If we can't find a gmake on BSD we will warn but not error.

Which means you can build on a fresh FreeBSD without installing gmake. The tests won't build, but at least if they look at the cmake log / we ask them for the cmake log, there will be an obvious warning to explain the reason.

https://github.com/llvm/llvm-project/pull/119573


More information about the lldb-commits mailing list