summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 06:22:48 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 06:22:48 +0000
commit42f98e54d11b40c76e13d852bfb30b6be9719663 (patch)
tree78041ceb6f597980d068d07ee266a6633407db51 /Makefile
parent9df5561a952cbfe32aea4e1fbde16655af82efd0 (diff)
downloadllvm-42f98e54d11b40c76e13d852bfb30b6be9719663.tar.gz
llvm-42f98e54d11b40c76e13d852bfb30b6be9719663.tar.bz2
llvm-42f98e54d11b40c76e13d852bfb30b6be9719663.tar.xz
Echo command lines only if the user wants them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36050 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c8604daf74..7a9e7112e3 100644
--- a/Makefile
+++ b/Makefile
@@ -111,10 +111,10 @@ ifeq ($(BuildMode),Debug)
endif
check-llvm2cpp:
- $(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1
+ $(Verb)$(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1
check-one:
- $(MAKE) -C test check-one TESTONE=$(TESTONE)
+ $(Verb)$(MAKE) -C test check-one TESTONE=$(TESTONE)
srpm: $(LLVM_OBJ_ROOT)/llvm.spec
rpmbuild -bs $(LLVM_OBJ_ROOT)/llvm.spec