aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--test/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c8604da..7a9e711 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
diff --git a/test/Makefile b/test/Makefile
index 7c8a7b3..53e3c53 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -48,7 +48,7 @@ CLEANED_TESTONE := $(patsubst test/%,%,$(CLEANED_TESTONE))
SUBDIR := $(shell dirname $(CLEANED_TESTONE))
TESTPATH := $(LLVM_SRC_ROOT)/test/$(CLEANED_TESTONE)
check-one: site.exp $(TCLSH)
- @( echo "source $(LLVM_SRC_ROOT)/test/site.exp" ; \
+ $(Verb)( echo "source $(LLVM_SRC_ROOT)/test/site.exp" ; \
echo "set subdir $(SUBDIR)" ; \
echo "proc pass { msg } { puts \"PASS: \$$msg\" } "; \
echo "proc fail { msg } { puts \"FAIL: \$$msg\" }" ; \