Boost logo

Boost-Build :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-07-12 09:48:25


Oh.

Well, it was unintentional, if not mistaken. If you'd like to fix my fix,
please go ahead.

-Dave

----- Original Message -----
From: "Vladimir Prus" <ghost_at_[hidden]>
To: <jamboost_at_[hidden]>
Sent: Friday, July 12, 2002 10:58 AM
Subject: [jamboost] Re: [Boost-build] CVS: boost/tools/build/jam_src
jambase.c,1.23,1.24

> David Abrahams wrote:
> > Update of /cvsroot/boost/boost/tools/build/jam_src
> > In directory usw-pr-cvs1:/tmp/cvs-serv28708
> >
> > Modified Files:
> > jambase.c
> > Log Message:
> > Fix mistaken commit
>
> > --- jambase.c 12 Jul 2002 14:32:20 -0000 1.23
> > +++ jambase.c 12 Jul 2002 14:52:01 -0000 1.24
> > @@ -89,7 +89,7 @@
> > "{\n",
> > "for local e in $(ARGV[2-]) \n",
> > "{\n",
> > -"if ! [ MATCH \"^(-).*\" : $(e) ] \n",
> > +"if ! [ MATCH \"(-).*\" : $(e) ] \n",
> > "{\n",
> > "UPDATE $(e) ;\n",
> > "}\n",
>
> David, I'm not sure your previous commit was mistaken. Jambase has "^"
there,
> so I guess it was my mistake that jambase.c did not have it.
>
> - Volodya
>
>
> To unsubscribe from this group, send an email to:
> jamboost-unsubscribe_at_[hidden]
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>

 


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