2
0
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:
Vladimir Prus
2004-07-19 10:30:29 +00:00
parent e12c4be400
commit ce5b47e87d
2 changed files with 8 additions and 0 deletions

View File

@@ -746,6 +746,10 @@ execwait()
exit( EXITBAD );
}
/* Clear the temp file */
if ( cmdtab[i].tempfile )
unlink( cmdtab[ i ].tempfile );
/* Drive the completion */
if( !--cmdsrunning )

View File

@@ -746,6 +746,10 @@ execwait()
exit( EXITBAD );
}
/* Clear the temp file */
if ( cmdtab[i].tempfile )
unlink( cmdtab[ i ].tempfile );
/* Drive the completion */
if( !--cmdsrunning )