From 17a987c4486936ee1991bd6ed0866df1c30c11de Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Mon, 29 Apr 2013 16:30:14 -0400 Subject: [PATCH] enable smp builds --- builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder b/builder index 5d0ac73..0eb12e4 100755 --- 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): -- 2.1.4