mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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
This commit is contained in:
parent
9df5561a95
commit
42f98e54d1
4
Makefile
4
Makefile
@ -111,10 +111,10 @@ ifeq ($(BuildMode),Debug)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
check-llvm2cpp:
|
check-llvm2cpp:
|
||||||
$(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1
|
$(Verb)$(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1
|
||||||
|
|
||||||
check-one:
|
check-one:
|
||||||
$(MAKE) -C test check-one TESTONE=$(TESTONE)
|
$(Verb)$(MAKE) -C test check-one TESTONE=$(TESTONE)
|
||||||
|
|
||||||
srpm: $(LLVM_OBJ_ROOT)/llvm.spec
|
srpm: $(LLVM_OBJ_ROOT)/llvm.spec
|
||||||
rpmbuild -bs $(LLVM_OBJ_ROOT)/llvm.spec
|
rpmbuild -bs $(LLVM_OBJ_ROOT)/llvm.spec
|
||||||
|
@ -48,7 +48,7 @@ CLEANED_TESTONE := $(patsubst test/%,%,$(CLEANED_TESTONE))
|
|||||||
SUBDIR := $(shell dirname $(CLEANED_TESTONE))
|
SUBDIR := $(shell dirname $(CLEANED_TESTONE))
|
||||||
TESTPATH := $(LLVM_SRC_ROOT)/test/$(CLEANED_TESTONE)
|
TESTPATH := $(LLVM_SRC_ROOT)/test/$(CLEANED_TESTONE)
|
||||||
check-one: site.exp $(TCLSH)
|
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 "set subdir $(SUBDIR)" ; \
|
||||||
echo "proc pass { msg } { puts \"PASS: \$$msg\" } "; \
|
echo "proc pass { msg } { puts \"PASS: \$$msg\" } "; \
|
||||||
echo "proc fail { msg } { puts \"FAIL: \$$msg\" }" ; \
|
echo "proc fail { msg } { puts \"FAIL: \$$msg\" }" ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user