Boost logo

Boost-Build :

From: Misha Bergal (gclbb-jamboost_at_[hidden])
Date: 2003-09-22 01:39:07


Given the following jamfile:

rule A
{
do_A $(<) ;
}

actions do_A
{
echo "$(<)">test
set A="$(<)"
echo "%A%">>test
}

A d ;

This is what I get in file test:

"d"
""d" "

Problems:

1. The first line has a space after last quote <"><d><"><space>
2. The second line has a space after 3rd quote <"><">d<"><space><">

This prevents the build on latest Comeau 4.3.3b8. The @
command files get generated with extra spaces in them.

-- 
Misha Bergal
MetaCommunications Engineering
 

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk