Boost logo

Boost-Build :

From: Christopher Currie (Christopher_at_[hidden])
Date: 2003-08-27 11:28:51


> The following patch will fix the problem, although I'm not sure its the
> right way to do it.

I hate it when I discover the right way AFTER posting to the list. :-)
Ignore the previous patch, this one should be better.

Christopher

 --------------000600030807070208040905 Content-Type: text/plain;
name="bootstrap.jam.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="bootstrap.jam.patch"

Index: bootstrap.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/kernel/bootstrap.jam,v
retrieving revision 1.5
diff -u -r1.5 bootstrap.jam
--- bootstrap.jam 1 Jul 2003 05:14:46 -0000 1.5
+++ bootstrap.jam 27 Aug 2003 16:26:05 -0000
@@ -40,7 +40,7 @@
. # build-system.jam lives here

;
- local whereami = $(.bootstrap-file:D) ;
+ local whereami = [ NORMALIZE_PATH $(.bootstrap-file:D) ] ;
BOOST_BUILD_PATH += $(whereami:D)/$(subdirs) ;
}

 --------------000600030807070208040905--


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