[Lldb-commits] [PATCH] Makefile.rules: Don't rely on the shell to perform wildcard expansion

Greg Clayton gclayton at apple.com
Wed Jul 30 18:35:05 PDT 2014


Looks good.

> On Jul 30, 2014, at 4:16 PM, Zachary Turner <zturner at google.com> wrote:
> 
> I fixed up a few more instances of shell-based globbing.  Some of these are
> MacOSX only, and this only really matters on Windows, but I figured it's
> best to just be consistent and adopt a policy of "always use $(wildcard)
> for globbing.
> 
> - {F119463, layout=link}
> 
> http://reviews.llvm.org/D4731
> 
> 
> 
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits




More information about the lldb-commits mailing list