|
Boost-Build : |
From: Rene Rivera (grafik.list_at_[hidden])
Date: 2003-12-14 09:56:46
David Abrahams wrote:
> Update of /cvsroot/boost/boost/tools/build/v1
> In directory sc8-pr-cvs1:/tmp/cvs-serv11172
>
> Modified Files:
> borland-tools.jam
> Log Message:
> quote appended paths
>
>
> Index: borland-tools.jam
> ===================================================================
> RCS file: /cvsroot/boost/boost/tools/build/v1/borland-tools.jam,v
> retrieving revision 1.29
> retrieving revision 1.30
> diff -u -d -r1.29 -r1.30
> --- borland-tools.jam 20 Nov 2003 21:43:49 -0000 1.29
> +++ borland-tools.jam 13 Dec 2003 15:09:27 -0000 1.30
> @@ -118,7 +118,7 @@
> {
> actions borland-Link-action
> {
> - set PATH=$(BCC_TOOL_PATH);%PATH%
> + set PATH=$(BCC_TOOL_PATH);"%PATH%"
I'm not sure that change works in all circumstances... It would give incorrect
results if there are multiple paths in the PATH already. Is the intent more
like this:
set "PATH=$(BCC_TOOL_PATH);%PATH%"
Which for me on WinXP keeps all the spaces and other char intact.
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera_at_[hidden] - grafik_at_[hidden] - 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