[Lldb-commits] [PATCH] Makefile.rules: Don't rely on the shell to perform wildcard expansion
Zachary Turner
zturner at google.com
Wed Jul 30 16:16:33 PDT 2014
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
More information about the lldb-commits
mailing list