Update of /cvsroot/boost/boost/tools/jam/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13459

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.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- parallel_actions.jam        31 May 2007 01:11:03 -0000      1.1.2.1
+++ parallel_actions.jam        2 Jun 2007 01:34:46 -0000       1.1.2.2
@@ -54,6 +54,7 @@
 echo "[$(<:B)] 1"
 sleep 1
 echo "[$(<:B)] 2"
+sleep $(<:S)
         }
     }
     else
@@ -64,7 +65,8 @@
 sleep 1
 echo "[$(<:B)] 1"
 sleep 1
-echo "[$(<:B)] 2"
+echo "[$(<:B)] 2"
+sleep $(<:S)
         }
     }
     
@@ -74,16 +76,16 @@
     }
     
     NOTFILE front ;
-    sleeper a0.txt : front ;
-    sleeper a1.txt : front ;
-    sleeper a2.txt : front ;
-    sleeper a3.txt : front ;
+    sleeper a.0 : front ;
+    sleeper a.1 : front ;
+    sleeper a.2 : front ;
+    sleeper a.3 : front ;
     NOTFILE choke ;
-    DEPENDS choke : a0.txt a1.txt a2.txt a3.txt ;
-    sleeper b0.txt : choke ;
-    sleeper b1.txt : choke ;
-    sleeper b2.txt : choke ;
-    sleeper b3.txt : choke ;
-    DEPENDS bottom : b0.txt b1.txt b2.txt b3.txt ;
+    DEPENDS choke : a.0 a.1 a.2 a.3 ;
+    sleeper b.0 : choke ;
+    sleeper b.1 : choke ;
+    sleeper b.2 : choke ;
+    sleeper b.3 : choke ;
+    DEPENDS bottom : b.0 b.1 b.2 b.3 ;
     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

Reply via email to