[llvm-commits] [test-suite] r57312 - /test-suite/trunk/MultiSource/Applications/Makefile

Evan Cheng evan.cheng at apple.com
Wed Oct 8 15:11:12 PDT 2008


Author: evancheng
Date: Wed Oct  8 17:11:11 2008
New Revision: 57312

URL: http://llvm.org/viewvc/llvm-project?rev=57312&view=rev
Log:
Don't run lua when SMALL_PROBLEM_SIZE is defined.

Modified:
    test-suite/trunk/MultiSource/Applications/Makefile

Modified: test-suite/trunk/MultiSource/Applications/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/Makefile?rev=57312&r1=57311&r2=57312&view=diff

==============================================================================
--- test-suite/trunk/MultiSource/Applications/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/Makefile Wed Oct  8 17:11:11 2008
@@ -5,7 +5,11 @@
 include $(LEVEL)/Makefile.config
 
 PARALLEL_DIRS  = Burg aha sgefa siod lambda-0.1.3 d spiff hbd treecc SPASS \
-                 hexxagon oggenc JM viterbi minisat SIBsim4 ClamAV sqlite3 lemon lua
+                 hexxagon oggenc JM viterbi minisat SIBsim4 ClamAV sqlite3 lemon
+
+ifndef SMALL_PROBLEM_SIZE
+PARALLEL_DIRS += lua
+endif
 
 # Obsequi uses Linux-only features; need to fix that
 ifeq ($(OS),Linux)





More information about the llvm-commits mailing list