Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-07-06 23:05:13 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-07-06 23:05:13 (GMT)
commitdc0a2ed292bac5409e24c23a34b6c08713e69bfa (patch)
treec08967c7fd26c90eb09487d5e870a3d92f547ef0 /build
parent1b84f241576f187f0e2d863cba210f49efe2f9fd (diff)
build now nice and cpu-hungry
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 2bc2823..4ce87e5 100755
--- a/build
+++ b/build
@@ -5,6 +5,6 @@ prevbuild=$(/bin/ls *.done | tail -1)
nextbuild=$(python -c "print '%0.2d' % (int('$prevbuild'.split('.')[0][-2:]) + 1);")
buildname=soasxo$nextbuild
echo building $buildname
-time make -f ../Makefile $buildname >> buildlog 2>&1
+/usr/bin/time nice make -j 3 -f ../Makefile ${buildname}.done >> buildlog 2>&1
date >> buildlog
popd