enable smp builds
[moonshot.git] / builder
diff --git a/builder b/builder
index 5d0ac73..0eb12e4 100755 (executable)
--- a/builder
+++ b/builder
@@ -82,7 +82,7 @@ def build(package):
             except: pass
             run_cmd(root_command +' make dist-gzip', shell=True)
             run_cmd('cp *.tar.gz ' +dist_dir, shell=True)
-        run_cmd(schroot_command + ' make', shell=True)
+        run_cmd(schroot_command + ' make -j3', shell=True)
 
 def make_install(package):
     with current_directory(package):