$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Custom clean target
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2008-10-15 12:30:42
Alexander Sack wrote:
> Hello (again):
>
> Is there a way to extend the clean rule for various targets? I need
> added cleanup when I do "bjam --clean" etc. Do I have to make a
> separate target to do the dirty work or is there a way to extend the
> built-in clean target?
Can you tell what extra actions you have to do in clean?
- Volodya