Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-08-20 14:21:25 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-08-20 14:21:25 (GMT)
commitefa5bc390e5caea70c25d70f9f8f00d87c071fbd (patch)
treefefbc462ea3f60c1af9fd8c0249a8660c05bcdd0
parenta248742f0b93fd1843f47e48633a73cc7fbd6f93 (diff)
setarch i586 for nicer building on x86_64 machines
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 6ae84de..0f97069 100755
--- a/build
+++ b/build
@@ -9,7 +9,8 @@ buildname=$buildstem$nextbuild
date ; date >> ${buildname}.buildlog
echo building $buildname ; echo building $buildname >> ${buildname}.buildlog
-/usr/bin/time nice make -j 3 -f ../Makefile ${buildname}.done >> ${buildname}.buildlog 2>&1
+/usr/bin/time nice setarch i586 \
+ make -j 3 -f ../Makefile ${buildname}.done >> ${buildname}.buildlog 2>&1
for ext in tree removable.img img ; do
prevsize=$(< $prevbuild.$ext.size.txt)