$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2007-01-10 10:14:49
On Wed, 2007-01-10 at 08:10 -0500, Glenn Schrader wrote:
> The clean target in the makefile that configure creates does
> a 'rm -rf bin.v1'. Jam puts things in bin.v2 so shouldn't
> that be 'rm -rf bin.v2' instead?
Yes, it should. Thanks! I've fixed it in CVS.
Cheers,
Doug