charles-zablit wrote: > Does that mean that all those variables form #180224 now need to be called > like this, or is this specific to `rm -rf`?
This Is only required for `$(RM)` since it clashes with Make's builtin `$(RM)` variable: https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html. The builtin is implementation dependent. https://github.com/llvm/llvm-project/pull/180755 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
