diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-21 17:37:59 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-21 17:37:59 -0400 |
commit | d2d44f76c4d86017ccbe6f70ef6318d71947e6d7 (patch) | |
tree | 8e22c54c2772d214116a761a5bebd37ff721b101 /ChangeLog | |
parent | 6c3e88e60f2c7d2bff3aa1967afcc59f27626c48 (diff) | |
download | gunmake-d2d44f76c4d86017ccbe6f70ef6318d71947e6d7.tar.gz |
Invert the #define for output-sync: turn it off with NO_OUTPUT_SYNC
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2013-09-21 Paul Smith <psmith@gnu.org> + Invert the output-sync #define to NO_OUTPUT_SYNC + + * configure.ac: Don't set OUTPUT_SYNC. + * makeint.h: Ditto. + * main.c: Use NO_OUTPUT_SYNC instead of OUTPUT_SYNC. + * output.c: Ditto. + * output.h: Ditto. + * job.h: Ditto. + * job.c: Ditto. + * config.ami.template: Set NO_OUTPUT_SYNC. + * config.h-vms.template: Ditto. + * config.h.W32.template: Ditto. + * configh.dos.template: Ditto. + Output generated while reading makefiles should be synced. * main.c (make_sync): Define a context for syncing while reading |