diff -r 3e74b09ce466 -r 01ee1168088b Admin/isatest/isatest-makeall --- 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