[llvm-commits] CVS: reopt/test/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Fri Jun 25 03:05:14 PDT 2004


Changes in directory reopt/test:

Makefile updated: 1.5 -> 1.6

---
Log message:

Try to propagate the LARGE_PROBLEM_SIZE variable to sub-makes.


---
Diffs of the changes:  (+2 -0)

Index: reopt/test/Makefile
diff -u reopt/test/Makefile:1.5 reopt/test/Makefile:1.6
--- reopt/test/Makefile:1.5	Tue Sep 30 15:50:40 2003
+++ reopt/test/Makefile	Fri Jun 25 03:04:02 2004
@@ -11,6 +11,8 @@
 LEVEL = ..
 include $(LEVEL)/Makefile.common
 
+export LARGE_PROBLEM_SIZE
+
 # test target - Descend into test/Programs and run the TEST.reopt.Makefile
 # tests...
 test::





More information about the llvm-commits mailing list