diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-05-04 10:41:11 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-05-04 10:41:11 +0300 |
commit | 01bad6f73a55cf5075c6e48543a63a6094135a7d (patch) | |
tree | 156193395ce165912fdc7f6d2c57c65097983a61 /ChangeLog | |
parent | 82793f85f5fbf1831dcb6a6595ca57c2242e4576 (diff) | |
download | gunmake-01bad6f73a55cf5075c6e48543a63a6094135a7d.tar.gz |
Fix the MS-Windows branch of output_sync code.
job.c (start_job_command): Make the condition for creating a
temporary output file be identical to the Posix code branch.
Suggested by Frank Heckenbach <f.heckenbach@fh-soft.de>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-05-04 Eli Zaretskii <eliz@gnu.org> + + * job.c (start_job_command): Make the condition for creating a + temporary output file be identical to the Posix code branch. + Suggested by Frank Heckenbach <f.heckenbach@fh-soft.de>. + 2013-05-03 Eli Zaretskii <eliz@gnu.org> * w32/subproc/sub_proc.c: Include makeint.h. Remove a private |