$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-08-26 01:41:45
mtp1032 wrote:
> I have been unable to find the {action, option} that cleans a build
> tree, i.e., undoes the build and install actions.
Did you try
bjamclean
? Works for me in V1.
> Does such an option exist and where can I read about the clean option
> in the docs.
For V1, I don't think it's documented. For V2:
http://boost.org/boost-build2/doc/html/bbv2.reference.commandline.html#bbv2.reference.init.options
(but I don't think anybody tested V2 with msvc/stlport combination :-( )
- Volodya