|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-06-11 07:05:23
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.
Was the change in semantic intentional and desirable?
- Volodya
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