[llvm-commits] CVS: llvm/test/Programs/MultiSource/McCat-08-main/Makefile

Vikram Adve vadve at cs.uiuc.edu
Wed Aug 6 15:43:41 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/McCat-08-main:

Makefile updated: 1.2 -> 1.3

---
Log message:

These makefiles were overriding this incorrectly otherwise
(i.e,. decreasing it instead of increasing it).
This only matters on hanging failures anyway so let's just
use a common (and higher) time limit for all architectures.
Programs with that need a much higher limit can still override it.


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/McCat-08-main/Makefile
diff -u llvm/test/Programs/MultiSource/McCat-08-main/Makefile:1.2 llvm/test/Programs/MultiSource/McCat-08-main/Makefile:1.3
--- llvm/test/Programs/MultiSource/McCat-08-main/Makefile:1.2	Tue Jun  3 14:01:12 2003
+++ llvm/test/Programs/MultiSource/McCat-08-main/Makefile	Wed Aug  6 15:42:28 2003
@@ -1,7 +1,6 @@
 LEVEL = ../../../..
 PROG = main
 LDFLAGS = -lm
-RUNTIMELIMIT = 300
 
 include ../Makefile.multisrc
 





More information about the llvm-commits mailing list