[phobos] [D-Programming-Language/tools] 2ac7c9: rdmd: Clean up the temporary executable file if th...
GitHub
noreply at github.com
Mon Jan 27 14:50:50 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/tools
Commit: 2ac7c997b8d786e2332c18cb60360d6632a85c00
https://github.com/D-Programming-Language/tools/commit/2ac7c997b8d786e2332c18cb60360d6632a85c00
Author: Vladimir Panteleev <vladimir at thecybershadow.net>
Date: 2014-01-27 (Mon, 27 Jan 2014)
Changed paths:
M rdmd.d
Log Message:
-----------
rdmd: Clean up the temporary executable file if the build fails
OPTLINK may leave behind a broken executable, although the build failed.
Depending on user options, this .tmp file may reside outside the
rdmd work directory, so clean it up if it is created.
Commit: 49cdc64116ba109352b661a3b3a5968d4c1afef9
https://github.com/D-Programming-Language/tools/commit/49cdc64116ba109352b661a3b3a5968d4c1afef9
Author: Martin Nowak <code at dawg.eu>
Date: 2014-01-27 (Mon, 27 Jan 2014)
Changed paths:
M rdmd.d
Log Message:
-----------
Merge pull request #110 from CyberShadow/rdmd-20140127
rdmd: Clean up the temporary executable file if the build fails
Compare: https://github.com/D-Programming-Language/tools/compare/3a4b295a7709...49cdc64116ba
More information about the phobos
mailing list