diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-04-15 16:07:27 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-04-15 16:07:27 +0000 |
commit | 4e006407ec347a79b60949b03a2badccf923bb06 (patch) | |
tree | 1e9188eaeca74f3972a44769dd571afef781390c /util/abuild/abuild.1 | |
parent | d086e5d966da9e2a3d0dfb7d4e388e271ff2d51d (diff) |
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
Diffstat (limited to 'util/abuild/abuild.1')
-rw-r--r-- | util/abuild/abuild.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/util/abuild/abuild.1 b/util/abuild/abuild.1 index 251a91279e..44439e9213 100644 --- a/util/abuild/abuild.1 +++ b/util/abuild/abuild.1 @@ -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 |