# HG changeset patch # User wenzelm # Date 1244324587 -7200 # Node ID c4b74075fc172db446be86e0a2ce4c4af823db4a # Parent a153d2de112cedcd8f27643b23006f96342f5dc5 no parallel make jobs on macbroy23, which is the machine where SML/XL is tested -- attempt to consume less resources; diff -r a153d2de112c -r c4b74075fc17 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=""