projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca5fc7b
)
Make the check a little quieter.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 29 Nov 2004 04:51:58 +0000
(
04:51
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 29 Nov 2004 04:51:58 +0000
(
04:51
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18325
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm-ar/Makefile
patch
|
blob
|
history
diff --git
a/tools/llvm-ar/Makefile
b/tools/llvm-ar/Makefile
index 996859e202d7600f5c4fe4b6d0888d55ec8155a2..5d0694e1ce4463fdb91a04c2d81f38d3e5639e6a 100644
(file)
--- 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