[llvm-commits] CVS: llvm-test/SingleSource/Makefile.singlesrc
Reid Spencer
reid at x10sys.com
Wed Feb 14 10:00:52 PST 2007
Changes in directory llvm-test/SingleSource:
Makefile.singlesrc updated: 1.35 -> 1.36
---
Log message:
Don't let make fail if a singlesource compile failed.
---
Diffs of the changes: (+1 -1)
Makefile.singlesrc | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/SingleSource/Makefile.singlesrc
diff -u llvm-test/SingleSource/Makefile.singlesrc:1.35 llvm-test/SingleSource/Makefile.singlesrc:1.36
--- llvm-test/SingleSource/Makefile.singlesrc:1.35 Thu Feb 8 21:43:45 2007
+++ llvm-test/SingleSource/Makefile.singlesrc Wed Feb 14 12:00:36 2007
@@ -23,7 +23,7 @@
ifndef USE_PRECOMPILED_BYTECODE
Output/%.linked.rbc: Output/%.bc
- cp -f $< $@
+ -cp -f $< $@
Output/%.LOC.txt: $(SourceDir)/%.c
cat $< | wc -l > $@
More information about the llvm-commits
mailing list