Boost logo

Boost-Build :

From: Rene Rivera (grafik666_at_[hidden])
Date: 2003-06-15 14:06:24


[2003-06-11] Rene Rivera wrote:

>[2003-06-11] Vladimir Prus wrote:
>
>>Rene Rivera wrote:
>>
>>> Index: print.jam
>>
>>> $(output-target).line ?= 0 ;
>>> + DEPENDS $(output-target) : $(output-target:G=body) ;
>>> + ALWAYS $(output-target:G=body) ;
>>> + NOTFILE $(output-target:G=body) ;
>>
>>
>>Rene, I'm afraid this commit of your breaks "custom_generator.py" test.
>That
>>test contains this code:
>>
>> rule resource-compile ( targets * : sources * : properties * )
>> {
>> print.output $(targets[1]) ;
>> print.text "rc-object" ;
>> }
>>
>>I don't know why, but now, any LOCATE setting on $targets[1] are ignored.
>>What used to be generated to "bin/gcc/debug/rc.o" is now generated to
>"rc.o",
>>which breaks the test.
>
>Hmm didn't think of doing LOCATE on the print output file :-(

OK. It's fixed now. The only restriction is that there must be some output
done after the LOCATE for the target is set.

-- grafik - Don't Assume Anything
-- rrivera (at) acm.org - grafik (at) redshift-software.com
-- 102708583 (at) icq

 


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