$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-03-22 11:29:12
Vladimir Prus wrote:
> What is the rationale? Isn't it more straightforward to use recursive copy?
> Anybody needs dependency checking for installing?
If you can call this rationale... It was the easiest way to get it
working at the time :-)
But there is one drawback to doing a single recursive copy: It will copy
all files in the tree, not just headers. So CVS dirs and other
non-header files (at the time there where some in there) will dirty up
the installation location.
--grafik