no parallel make jobs on macbroy23, which is the machine where SML/XL is tested -- attempt to consume less resources;
authorwenzelm
Sat, 06 Jun 2009 23:43:07 +0200
changeset 31496 c4b74075fc17
parent 31495 a153d2de112c
child 31497 5333aa739082
no parallel make jobs on macbroy23, which is the machine where SML/XL is tested -- attempt to consume less resources;
Admin/isatest/isatest-makeall
--- a/Admin/isatest/isatest-makeall	Sat Jun 06 21:57:50 2009 +0200
+++ b/Admin/isatest/isatest-makeall	Sat Jun 06 23:43:07 2009 +0200
@@ -76,6 +76,11 @@
         NICE=""
         ;;
 
+    macbroy23)
+        MFLAGS=""
+        NICE=""
+        ;;
+
     macbroy2[0-9])
         MFLAGS="-j 2"
         NICE=""