Update of /cvsroot/boost/boost/tools/jam/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27122/tools/jam_994/src
Modified Files:
Tag: Boost_Jam_994
execnt.c execvms.c
Log Message:
Match up the execcmd args.
Index: execnt.c
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/src/execnt.c,v
retrieving revision 1.32
retrieving revision 1.32.2.1
diff -u -d -r1.32 -r1.32.2.1
--- execnt.c 7 Sep 2006 18:33:04 -0000 1.32
+++ execnt.c 2 Jun 2007 00:45:48 -0000 1.32.2.1
@@ -497,10 +497,12 @@
void
execcmd(
- char *string,
- void (*func)( void *closure, int status, timing_info* ),
- void *closure,
- LIST *shell )
+ char *string,
+ void (*func)( void *closure, int status, timing_info* ),
+ void *closure,
+ LIST *shell,
+ char *rule_name,
+ char *target )
{
int pid;
int slot;
Index: execvms.c
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/src/execvms.c,v
retrieving revision 1.2
retrieving revision 1.2.36.1
diff -u -d -r1.2 -r1.2.36.1
--- execvms.c 6 Nov 2001 15:36:16 -0000 1.2
+++ execvms.c 2 Jun 2007 00:45:48 -0000 1.2.36.1
@@ -51,7 +51,9 @@
char *string,
void (*func)( void *closure, int status ),
void *closure,
- LIST *shell )
+ LIST *shell,
+ char *rule_name,
+ char *target )
{
char *s, *e, *p;
int rstat = EXEC_CMD_OK;
-------------------------------------------------------------------------
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