From 629d3983f33a86f10860fc48ad097e6fd1acb201 Mon Sep 17 00:00:00 2001 From: clinton_admin Date: Fri, 17 Oct 2014 13:24:15 -0400 Subject: [PATCH] domtool: make -j2 because we finally have enough ram May as well crank up all of the cpu power we have. Better than halves deploy time! --- deploy-domtool-on-host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-domtool-on-host b/deploy-domtool-on-host index c76fbd3..4fe939c 100755 --- a/deploy-domtool-on-host +++ b/deploy-domtool-on-host @@ -10,7 +10,7 @@ cd /afs/hcoop.net/common/domtool/build/$(hostname)/domtool2 git checkout release # just in case git pull -make +make -j2 if [ x"$2" = "x--bootstrap" ]; then sudo make install -- 2.20.1