X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=util%2Fabuild%2Fabuild.1;h=33f30cb2a735e465aa971e68363bb89eb803d44d;hb=472d9025e57a3afcd8af547df218db134253a56f;hp=562bb524591f47ed5043f30cbad5d2ff04761a6f;hpb=f8ee1806ac524bc782c93eccc59ee3c929abddb9;p=coreboot.git diff --git a/util/abuild/abuild.1 b/util/abuild/abuild.1 index 562bb5245..33f30cb2a 100644 --- a/util/abuild/abuild.1 +++ b/util/abuild/abuild.1 @@ -1,9 +1,9 @@ -.TH ABUILD 1 "October 24, 2006" +.TH ABUILD 1 "May 3, 2008" .SH NAME abuild \- build coreboot images for all available targets .SH SYNOPSIS .B abuild -\fR[\fB\-abxVh\fR] [\fB\-t\fR vendor/board] [\fB\-p\fR dir] +\fR[\fB\-abrvxsTVh\fR] [\fB\-c\fR numcpus|max] [\fB\-t\fR vendor/board] [\fB\-p\fR dir] [LBROOT] .SH DESCRIPTION .B abuild @@ -36,6 +36,12 @@ path of the payload. .B "\-t, \-\-target " Attempt to build target vendor/board only. .TP +.B "\-r, \-\-remove" +Remove mainboard build directory after the respective target has been +built. This is mainly used for development purposes, when you don't need +the actual build output, but rather only want to know if a build failed +or not. +.TP .B "\-x, \-\-xml" Write an XML log file instead of a plain-text one. The file will be called @@ -44,9 +50,19 @@ and will be created in the current directory. .TP .B "\-T, \-\-test" Submit generated image(s) to the automated test system. -The results of the tests will be made available at +The results of the tests will be made available at .B http://qa.coreboot.org/log_manual.php .TP +.B "\-c, \-\-cpus [|max]" +Build on +.B numcpus +cpus at the same time, or on all available with +.B max\fR. +.TP +.B "\-s, \-\-silent" +Don't print any compiler calls in the log files. In coreboot v2 compiler +calls are quite long, so it is hard to find the warnings between them. +.TP .B "\-v, \-\-verbose" More verbose output. .TP @@ -66,7 +82,7 @@ is covered by the GNU General Public License (GPL), version 2 or later. .SH COPYRIGHT 2004 Stefan Reinauer .br -2006 coresystems GmbH +2006-2008 coresystems GmbH .SH AUTHORS Stefan Reinauer .PP