summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2015-06-02 19:07:26 +0000
committerChaoren Lin <chaorenl@google.com>2015-06-02 19:07:26 +0000
commitc168c92b783b24f5c9fd204ce88932c636fa39aa (patch)
treeff5218c6eea880c3c7903157fa9f97ece609a2b7 /lldb/test/expression_command
parent3f3a4d8503de164f6c6b03e114f7094ce8a659ba (diff)
downloadbcm5719-llvm-c168c92b783b24f5c9fd204ce88932c636fa39aa.tar.gz
bcm5719-llvm-c168c92b783b24f5c9fd204ce88932c636fa39aa.zip
Use wildcard instead of relying on shell globbing.
Reviewers: clayborg, zturner Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D10194 llvm-svn: 238859
Diffstat (limited to 'lldb/test/expression_command')
-rw-r--r--lldb/test/expression_command/call-function/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/call-function/Makefile b/lldb/test/expression_command/call-function/Makefile
index fa7aa85caa7..d4b82b3db27 100644
--- a/lldb/test/expression_command/call-function/Makefile
+++ b/lldb/test/expression_command/call-function/Makefile
@@ -12,4 +12,4 @@ endif
include $(LEVEL)/Makefile.rules
clean::
- rm -rf *.o *.d *.dSYM
+ rm -rf $(wildcard *.o *.d *.dSYM)
OpenPOWER on IntegriCloud