$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-10-30 12:44:50
Hi Kirill,
> I took a look on M9 with new updated builtin.jam you posted for Pedro.
> It works great for me. Alias rule now copies useage-requirements just
> fine. Thanks a lot for your work.
You're welcome!
> Just want to remind that docs have to be updated to reflect new
> directory structure. For example user-config.jam is still claimed to
> be in 'new' folder, even though there is no 'new' anymore.
Thanks for the reminder.
> Also I was
> surprised to see that user-config.jam and site-config.jam are gone.
> Are you going to enforce putting them in %home, /etc, or something
> like that, rather then in boost.build folder?
No, not really. They we moved to top-level directory, and my release making
script was not updated, so it drops those files. I'll fix that.
- Volodya