Admin/isatest/isatest-makeall
changeset 26369 01ee1168088b
parent 25912 a1a3f614dd86
child 28500 4b79e5d3d0aa
--- a/Admin/isatest/isatest-makeall	Thu Mar 20 17:38:55 2008 +0100
+++ b/Admin/isatest/isatest-makeall	Mon Mar 24 15:55:22 2008 +0100
@@ -48,20 +48,17 @@
 # make file flags and nice setup for different target platforms
 case $HOSTNAME in
     atbroy51)
-        # 2 processors
         MFLAGS="-j 2"
-        # MFLAGS=""
         NICE=""
         ;;
 
     atbroy98)
-	MFLAGS=""
-	NICE=""
-	;;
+        MFLAGS=""
+        NICE=""
+        ;;
 
     atbroy31)
-        # cluster
-        MFLAGS="-j 5"
+        MFLAGS="-j 2"
         ;;
   
     sunbroy2)
@@ -79,6 +76,11 @@
         NICE=""
         ;;
 
+    macbroy2[0-9])
+        MFLAGS="-j 2"
+        NICE=""
+        ;;
+
     *)
         MFLAGS=""
         # be nice by default