Subject: Re: build.sh clean
To: Adam <adam@albedo.art.pl>
From: Nick Hudson <nick.hudson@dsl.pipex.com>
List: current-users
Date: 02/17/2006 09:24:34
On Friday 17 February 2006 08:58, Adam wrote:
> Greetings,
>
> Would there be much work to add 'clean' target to build.sh?
> I ofter cross-build NetBSD using the script, but it is difficult to
> clean the build afterwards (MACHINE and MACHINE_ARCH are different,
> so 'make clean' won't remove all the files).

Use $TOOLDIR/bin/nbmake-${MACHINE} clean

> Kind regards,
> Adam

Nick