[haiku-development] Re: jam clean & generated/attributes
- From: Ingo Weinhold <ingo_weinhold@xxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Mon, 10 Mar 2008 21:10:35 +0100
On 2008-03-09 at 20:58:15 [+0100], François Revol <revol@xxxxxxx> wrote:
> I made a fix for BSD builds on file backed attributes, didn't try yet
> though.
>
> I noticed the generated/attributes/ directory tends to grow up quite
> big (100MB) and never really gets cleaned up except for the zip stuff I
> changed in the script... It should really be removed on jam clean, but
> I'm not sure how to do it.
>
> Maybe in base jamfile:
>
> NotFile <build>attributes ;
> MakeLocate <build>attributes : $(HAIKU_OUTPUT_DIR) ;
> LocalClean clean : <build>attributes
>
> Ingo ?
As mentioned on the commits list, the best solution would be a "rm" build
tool that would also remove the attributes.
CU, Ingo
- References:
- [haiku-development] jam clean & generated/attributes
- From: François Revol
Other related posts:
- » [haiku-development] jam clean & generated/attributes
- » [haiku-development] Re: jam clean & generated/attributes
- [haiku-development] jam clean & generated/attributes
- From: François Revol