summaryrefslogtreecommitdiff
path: root/tools/llvm-ar
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-29 04:51:58 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-29 04:51:58 +0000
commit1a3ba7f10eaceee28c4276ca73786afc58ae1e75 (patch)
tree2124748d6e149bf23401496ad8315ed8cabf7205 /tools/llvm-ar
parentca5fc7bf635681605e6892f4d38d9a324d292fa2 (diff)
downloadllvm-1a3ba7f10eaceee28c4276ca73786afc58ae1e75.tar.gz
llvm-1a3ba7f10eaceee28c4276ca73786afc58ae1e75.tar.bz2
llvm-1a3ba7f10eaceee28c4276ca73786afc58ae1e75.tar.xz
Make the check a little quieter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-ar')
-rw-r--r--tools/llvm-ar/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile
index 996859e202..5d0694e1ce 100644
--- a/tools/llvm-ar/Makefile
+++ b/tools/llvm-ar/Makefile
@@ -15,6 +15,8 @@ USEDLIBS = LLVMArchive.a LLVMBCReader \
include $(LEVEL)/Makefile.common
check-local::
- $(ToolDir)/llvm-ar zRrS nada.a .
- $(ToolDir)/llvm-ar tv nada.a | grep Debug/llvm-ar.d >/dev/null 2>&1
- $(RM) -f nada.a
+ $(Echo) Checking llvm-ar
+ $(Verb) $(ToolDir)/llvm-ar zRrS nada.a .
+ $(Verb) $(ToolDir)/llvm-ar tv nada.a | \
+ grep Debug/llvm-ar.d >/dev/null 2>&1
+ $(Verb) $(RM) -f nada.a