$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-07-19 11:08:57
I've recently wrote
$(self.type) = $(type)
and spend some time tracking this bug down. The problem is that $(self.type)
expands to nothing, so this code just has no effect.
Naturally, I've hacked the jam source to emit warning in this case and now I
wonder if this warning is reasonable. For me -- yes. However, we've a couple
a places where this warning is emitted, for example feature.jam:150.
Opinions?
- Volodya