summaryrefslogtreecommitdiff
path: root/VERSIONS
diff options
context:
space:
mode:
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS12
1 files changed, 2 insertions, 10 deletions
diff --git a/VERSIONS b/VERSIONS
index 95a1865..8e7223b 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -45,13 +45,5 @@ case `hostname` in
;;
esac
-# Specify the desired parallelism based upon the host name.
-# TODO: It would be good to probe to figure this out.
-case `hostname` in
- rtbf32|rtbf64)
- MAKEJOBS="-j3"
- ;;
- *)
- MAKEJOBS="-j3"
- ;;
-esac
+# Specify the desired parallelism
+MAKEJOBS=`/usr/bin/getconf _NPROCESSORS_ONLN`