enable smp builds
authorSam Hartman <hartmans@painless-security.com>
Mon, 29 Apr 2013 20:30:14 +0000 (16:30 -0400)
committerSam Hartman <hartmans@painless-security.com>
Mon, 29 Apr 2013 20:30:14 +0000 (16:30 -0400)
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):