X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=7a9e7112e36ef28a60feeb9b6968ceaf1d11cf60;hb=1a34b7bf9ac21ab3e497dcb3be3f1485c80780dc;hp=c8604daf74e47765361c77a70fb3415ab9acb2c4;hpb=9df5561a952cbfe32aea4e1fbde16655af82efd0;p=oota-llvm.git diff --git a/Makefile b/Makefile index c8604daf74e..7a9e7112e36 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