[Lldb-commits] [lldb] [lldb][test] Prefer gmake to make and warn for potentially non-GNU make (PR #119573)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 13 06:04:53 PST 2024


DavidSpickett wrote:

I've updated it as suggested. The non-GUN check isn't great but as long as it isn't spamming the build logs it should be ok.

FreeBSD make's --version is just an empty string (odd, but ok) and all the GNU makes I tried all start with "GNU Make".

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


More information about the lldb-commits mailing list