changeset 614:d771a938c673

Mark points out that DISTCC_HOSTS needs /$CPUS at the end, otherwise it only distributes 4 jobs/host.
author Rob Landley <rob@landley.net>
date Mon, 09 Feb 2009 15:08:59 -0600
parents 518c8e257b3d
children 7523d1f3b818
files sources/toys/run-emulator.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/toys/run-emulator.sh	Sun Feb 08 03:08:57 2009 -0600
+++ b/sources/toys/run-emulator.sh	Mon Feb 09 15:08:59 2009 -0600
@@ -81,7 +81,7 @@
   # Prepare some environment variables for run-qemu.sh
 
   DISTCC_PATH_PREFIX=/usr/distcc:/tools/distcc:
-  KERNEL_EXTRA="DISTCC_HOSTS=10.0.2.2:$PORT CPUS=$CPUS $KERNEL_EXTRA"
+  KERNEL_EXTRA="DISTCC_HOSTS=10.0.2.2:$PORT/$CPUS CPUS=$CPUS $KERNEL_EXTRA"
 fi
 
 # Should we set up an ext3 image as a second virtual hard drive for /home?