Update of /cvsroot/boost/boost/tools/build/v2/kernel
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2583

Modified Files:
        errors.jam 
Log Message:
Recognize Jamroot as user module

Index: errors.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/kernel/errors.jam,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- errors.jam  5 Nov 2006 07:13:39 -0000       1.5
+++ errors.jam  5 Jul 2007 10:34:26 -0000       1.6
@@ -208,7 +208,7 @@
     while $(bt) && ! $(result)
     {
         local m = [ MATCH ^(.+)\\.$ : $(bt[3]) ] ;
-        local user-modules = 
([Jj]amfile(.jam|.v2|)|user-config.jam|site-config.jam|project-root.jam) ;
+        local user-modules = 
([Jj]amroot(.jam|.v2|)|([Jj]amfile(.jam|.v2|)|user-config.jam|site-config.jam|project-root.jam)
 ;
         
         if [ MATCH $(user-modules) : $(bt[1]:D=) ] 
         {                


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to