Boost logo

Boost-Build :

Subject: Re: [Boost-build] [Boost-commit] svn:boost r78526 - trunk/tools/build/v2/build
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-05-22 14:12:47


AMDG

On 05/21/2012 12:57 AM, jurko.gospodnetic_at_[hidden] wrote:
> Author: jurko
> Date: 2012-05-21 03:57:17 EDT (Mon, 21 May 2012)
> New Revision: 78526
> URL: http://svn.boost.org/trac/boost/changeset/78526
>
> Log:
> Corrected a syntax error in Boost Build error reporting code in 'project.jam' (fix for an invalid fix in revision 75734).
> Text files modified:
> trunk/tools/build/v2/build/project.jam | 36 ++++++++++++++++++------------------
> 1 files changed, 18 insertions(+), 18 deletions(-)
>
> Modified: trunk/tools/build/v2/build/project.jam
> ==============================================================================
> --- trunk/tools/build/v2/build/project.jam (original)
> +++ trunk/tools/build/v2/build/project.jam 2012-05-21 03:57:17 EDT (Mon, 21 May 2012)
> @@ -263,7 +263,7 @@
> {
> errors.error Unable to load Jamfile.
> : Could not find a Jamfile in directory '$(dir)'.
> - : Attempted to find it with pattern '"$(JAMFILE:J= )"'.
> + : Attempted to find it with pattern '$(JAMFILE:J=" ")'.
> : Please consult the documentation at 'http://www.boost.org'. ;
> }
>

Actually, these are equivalent. The
lexer doesn't care where you put the
quotes.

In Christ,
Steven Watanabe


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