Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-07-12 09:58:16


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

 


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