$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-11-03 07:48:55
Vladimir Prus wrote:
> Peter Dimov wrote:
>
>> It should certainly be possible to override @file1 from the command
>> line and from @file2 - this has many valid uses.
>
> Could you explain the uses for overriding @file1 from @file2?
A typical use case would be when you have @common that contains the most
'common' options and @specific that adds and overrides some - N+M response
files instead of N*M. Option inheritance. :-)