[llvm-commits] CVS: llvm/Makefile
Reid Spencer
reid at x10sys.com
Sat Apr 14 23:23:14 PDT 2007
Changes in directory llvm:
Makefile updated: 1.72 -> 1.73
---
Log message:
Echo command lines only if the user wants them.
---
Diffs of the changes: (+2 -2)
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/Makefile
diff -u llvm/Makefile:1.72 llvm/Makefile:1.73
--- llvm/Makefile:1.72 Sun Apr 15 01:18:50 2007
+++ llvm/Makefile Sun Apr 15 01:22:48 2007
@@ -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
More information about the llvm-commits
mailing list