$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-01-08 08:02:46
David Abrahams wrote:
> I've not looked at your implementation, but I still think a rule which
> takes a single directory name and returns all the filenames in that
> directory would be a better way to go. Just as powerful, ultimately, and
> simpler source code.
This is valid observation. However, many will find shell-style globbing much
more convenient than using regexps. How this problem should be addressed, in
your opinion?
- Volodya