Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-07-29 05:49:27


Jürgen Hunold wrote:

> On Tuesday 29 July 2003 11:49, Vladimir Prus wrote:
> > Hi Jц╪rgen,
> > Changelog says there were two changes in that period. Could you
> > apply the attached patch to new/builtin.jam and see if it fixes
> > anything.
>
> I'm sorry, but you forgot the patch ;-(
> I'll forget attachment regularly, myself.
> Could you please try again ?

Apologies. Here it is.

- Volodya
 --Boundary-00=_3ElJ/X0O/TVXmNc Content-Type: text/x-diff;
charset="koi8-r";
name="builtin.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="builtin.diff"

Index: builtin.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/new/builtin.jam,v
retrieving revision 1.93
retrieving revision 1.92
diff -u -r1.93 -r1.92
--- builtin.jam 18 Jul 2003 12:57:38 -0000 1.93
+++ builtin.jam 3 Jul 2003 07:52:57 -0000 1.92
@@ -336,10 +336,8 @@

# CONSIDER: the new scoping rule seem to defeat "on target" variables.
local g = [ on $(target) return $(HDRGRIST) ] ;
- local b = [ virtual-target.binding $(target) ] ;
- # Note that we don't need path.parent here, since the
- # result will be directly handle to bjam build engine.
- b = $(b:D) ;
+ local b = [ path.native [ path.parent [ path.make
+ [ virtual-target.binding $(target) ] ] ] ] ;

# Attach binding of including file to included targets.
# When target is directly created from virtual target
 --Boundary-00=_3ElJ/X0O/TVXmNc--


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