[coreboot] [PATCH] v2: abuild: Add -r|--remove option to abuild

Peter Stuge peter at stuge.se
Thu Dec 18 01:41:54 CET 2008


Uwe Hermann wrote:
> 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 at hermann-uwe.de>

See below.

Acked-by: Peter Stuge <peter at stuge.se>


> +	VENDOR=$1
> +	MAINBOARD=$2

Request "${1}" and "${2}"


> +	if [ "$remove" == "true" ]; then

Should this really be == and not just a single = ?


> +		printf "Removing build dir for board $VENDOR $MAINBOARD...\n"
> +		rm -rf $TARGET/${VENDOR}_${MAINBOARD}

Likewise request "${TARGET}/${VENDOR}_${MAINBOARD}"


//Peter




More information about the coreboot mailing list