diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 15:00:01 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 15:00:01 +0000 |
commit | 92c73baa726e228fe3a114bb68eabc12f4ac60b9 (patch) | |
tree | 6b107c6909890f82bc48e9c2e9595f8ae7172c92 /dmake/win95/microsft | |
parent | 6bdec730373e03da09b29dd352742cd2b8c21755 (diff) |
INTEGRATION: CWS dmake411 (1.1.1.1.172); FILE MERGED
2007/09/02 10:44:27 vq 1.1.1.1.172.1: #i67911# Wait with the deletion of temporary files until the target is
completely made.
Diffstat (limited to 'dmake/win95/microsft')
-rw-r--r-- | dmake/win95/microsft/vpp40/runargv.c | 4 |
1 files changed, 1 insertions, 3 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: |