summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dmake/win95/microsft/vpp40/runargv.c4
-rw-r--r--dmake/winnt/microsft/vpp40/runargv.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/dmake/win95/microsft/vpp40/runargv.c b/dmake/win95/microsft/vpp40/runargv.c
index fd0cbe355109..fab9258d6d61 100644
--- a/dmake/win95/microsft/vpp40/runargv.c
+++ b/dmake/win95/microsft/vpp40/runargv.c
@@ -1,6 +1,6 @@
Blake sent me the wrong one.
-/* RCS $Id: runargv.c,v 1.1.1.1 2000-09-22 15:33:37 hr Exp $
+/* RCS $Id: runargv.c,v 1.2 2007-10-15 15:58:54 ihi Exp $
--
-- SYNOPSIS
-- Invoke a sub process.
@@ -206,7 +206,6 @@ int status;
Current_target = NIL(CELL);
if ( _procs[i].pr_target->ce_attr & A_ERROR ) {
- Unlink_temp_files( _procs[i].pr_target );
_procs[i].pr_last = TRUE;
goto ABORT_REMAINDER_OF_RECIPE;
}
@@ -224,7 +223,6 @@ int status;
if( _proc_cnt == Max_proc ) Wait_for_child( FALSE, -1 );
}
else {
- Unlink_temp_files( _procs[i].pr_target );
Handle_result(status,_procs[i].pr_ignore,_abort_flg,_procs[i].pr_target);
ABORT_REMAINDER_OF_RECIPE:
diff --git a/dmake/winnt/microsft/vpp40/runargv.c b/dmake/winnt/microsft/vpp40/runargv.c
index fd0cbe355109..9042dfc80a47 100644
--- a/dmake/winnt/microsft/vpp40/runargv.c
+++ b/dmake/winnt/microsft/vpp40/runargv.c
@@ -1,6 +1,6 @@
Blake sent me the wrong one.
-/* RCS $Id: runargv.c,v 1.1.1.1 2000-09-22 15:33:37 hr Exp $
+/* RCS $Id: runargv.c,v 1.2 2007-10-15 16:00:01 ihi Exp $
--
-- SYNOPSIS
-- Invoke a sub process.
@@ -206,7 +206,6 @@ int status;
Current_target = NIL(CELL);
if ( _procs[i].pr_target->ce_attr & A_ERROR ) {
- Unlink_temp_files( _procs[i].pr_target );
_procs[i].pr_last = TRUE;
goto ABORT_REMAINDER_OF_RECIPE;
}
@@ -224,7 +223,6 @@ int status;
if( _proc_cnt == Max_proc ) Wait_for_child( FALSE, -1 );
}
else {
- Unlink_temp_files( _procs[i].pr_target );
Handle_result(status,_procs[i].pr_ignore,_abort_flg,_procs[i].pr_target);
ABORT_REMAINDER_OF_RECIPE: