domtool: make -j2 because we finally have enough ram
authorclinton_admin <clinton_admin@fritz.hcoop.net>
Fri, 17 Oct 2014 17:24:15 +0000 (13:24 -0400)
committerclinton_admin <clinton_admin@fritz.hcoop.net>
Fri, 17 Oct 2014 17:24:15 +0000 (13:24 -0400)
May as well crank up all of the cpu power we have. Better than halves
deploy time!

deploy-domtool-on-host

index c76fbd3..4fe939c 100755 (executable)
@@ -10,7 +10,7 @@ cd /afs/hcoop.net/common/domtool/build/$(hostname)/domtool2
 git checkout release # just in case
 git pull
 
 git checkout release # just in case
 git pull
 
-make
+make -j2
 
 if [ x"$2" = "x--bootstrap" ]; then
     sudo make install
 
 if [ x"$2" = "x--bootstrap" ]; then
     sudo make install