Add -r|--remove option to force abuild to remove the output directory
after every board build, in order to save disk space if you don't need the actual output files. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4119 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
abuild \- build coreboot images for all available targets
|
||||
.SH SYNOPSIS
|
||||
.B abuild
|
||||
\fR[\fB\-abvxsTVh\fR] [\fB\-c\fR numcpus|max] [\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 <vendor/board>"
|
||||
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
|
||||
|
Reference in New Issue
Block a user