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
diff --git a/Makefile b/Makefile
index c8604da..7a9e711 100644
--- a/Makefile
+++ b/Makefile
@@ -111,10 +111,10 @@
 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