diff options
author | Paul Smith <psmith@gnu.org> | 2011-11-15 21:12:53 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2011-11-15 21:12:53 +0000 |
commit | dc2a6ceb81730c25c0beec1f13994b9710767ee1 (patch) | |
tree | d8ffe41c5bb5af3a5544af0a8a0bdfc36eb2fd01 /ChangeLog | |
parent | 4f47fbf953faae5d38bdc4e709aa8872e3914418 (diff) | |
download | gunmake-dc2a6ceb81730c25c0beec1f13994b9710767ee1.tar.gz |
Enable jobserver on W32 when using configure.
Some W32 cleanups: see Savannah bug #34830
Forgot to modify the config.h.W32.template file for jobserver support.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2011-11-15 Paul Smith <psmith@gnu.org> + + * main.c (main): Use %ld when printing DWORD values. + * job.c (new_job): Ditto. + * w32/include/sub_proc.h: Use const. + * w32/subproc/sub_proc.c (open_jobserver_semaphore): Use const. + Fixes Savannah bug #34830. Patches suggested by Ozkan Sezer. + + * configure.in (MAKE_JOBSERVER): Enable jobserver on W32 systems. + * config.h.W32.template (MAKE_JOBSERVER): Ditto. + 2011-11-14 Paul Smith <psmith@gnu.org> * read.c (eval): parse_file_seq() might shorten the string due to |