mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Remove temporary files on Windows. Patch from Dean Ashton.
[SVN r23777]
This commit is contained in:
@@ -746,6 +746,10 @@ execwait()
|
||||
exit( EXITBAD );
|
||||
}
|
||||
|
||||
/* Clear the temp file */
|
||||
if ( cmdtab[i].tempfile )
|
||||
unlink( cmdtab[ i ].tempfile );
|
||||
|
||||
/* Drive the completion */
|
||||
|
||||
if( !--cmdsrunning )
|
||||
|
||||
@@ -746,6 +746,10 @@ execwait()
|
||||
exit( EXITBAD );
|
||||
}
|
||||
|
||||
/* Clear the temp file */
|
||||
if ( cmdtab[i].tempfile )
|
||||
unlink( cmdtab[ i ].tempfile );
|
||||
|
||||
/* Drive the completion */
|
||||
|
||||
if( !--cmdsrunning )
|
||||
|
||||
Reference in New Issue
Block a user