aboutsummaryrefslogtreecommitdiff
path: root/util/abuild/abuild.1
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-05-27 18:29:26 +0000
committerStefan Reinauer <stepan@openbios.org>2008-05-27 18:29:26 +0000
commit02a4e7f6f8f0060c731301b2e211040555f5fcb8 (patch)
tree442cbd32f8bcb41c2194309315a907f6694afe0b /util/abuild/abuild.1
parentee9e1a39118dc2857178bb57e70a4c55115a5418 (diff)
sync latest version of abuild (0.6) (trivial patch)
- parallel building - fix non-gnu-getopt systems - silent mode Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3351 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/abuild/abuild.1')
-rw-r--r--util/abuild/abuild.116
1 files changed, 13 insertions, 3 deletions
diff --git a/util/abuild/abuild.1 b/util/abuild/abuild.1
index 562bb52459..251a91279e 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\-abvxsTVh\fR] [\fB\-c\fR numcpus|max] [\fB\-t\fR vendor/board] [\fB\-p\fR dir]
[LBROOT]
.SH DESCRIPTION
.B abuild
@@ -47,6 +47,16 @@ Submit generated image(s) to the automated test system.
The results of the tests will be made available at
.B http://qa.coreboot.org/log_manual.php
.TP
+.B "\-c, \-\-cpus [<numcpus>|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 +76,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 <stepan@coresystems.de>
.PP