Update of /cvsroot/boost/boost/tools/jam/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16797/tools/jam_994/test
Modified Files:
Tag: Boost_Jam_994
parallel_actions.jam
Log Message:
Index: parallel_actions.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/test/Attic/parallel_actions.jam,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- parallel_actions.jam 2 Jun 2007 01:39:29 -0000 1.1.2.3
+++ parallel_actions.jam 2 Jun 2007 01:42:46 -0000 1.1.2.4
@@ -76,16 +76,16 @@
}
NOTFILE front ;
- sleeper 0.a : front ;
sleeper 1.a : front ;
sleeper 2.a : front ;
sleeper 3.a : front ;
+ sleeper 4.a : front ;
NOTFILE choke ;
- DEPENDS choke : 0.a 1.a 2.a 3.a ;
- sleeper 0.b : choke ;
+ DEPENDS choke : 1.a 2.a 3.a 4.a ;
sleeper 1.b : choke ;
sleeper 2.b : choke ;
sleeper 3.b : choke ;
- DEPENDS bottom : 0.b 1.b 2.b 3.b ;
+ sleeper 4.b : choke ;
+ DEPENDS bottom : 1.b 2.b 3.b 4.b ;
DEPENDS all : bottom ;
}
-------------------------------------------------------------------------
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