From 4e006407ec347a79b60949b03a2badccf923bb06 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 15 Apr 2009 16:07:27 +0000 Subject: 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 Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4119 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/abuild/abuild.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'util/abuild/abuild.1') 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 " 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 -- cgit v1.2.3