diff options
author | Paul Smith <psmith@gnu.org> | 2013-04-15 13:22:51 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-04-15 13:22:51 -0400 |
commit | 2bd957a89d7a5995d5cda145d39a8ec1e315bc0d (patch) | |
tree | ab90ba692b2180ef9dd408a0d3a259102f75d0c8 /ChangeLog | |
parent | 7f7e6f80c5c8c1e67eb022a2bde9918512b98c65 (diff) | |
download | gunmake-2bd957a89d7a5995d5cda145d39a8ec1e315bc0d.tar.gz |
Change the arg option for -O from numeric to string.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2013-04-15 Paul Smith <psmith@gnu.org> + + * makeint.h (OUTPUT_SYNC_TARGET, OUTPUT_SYNC_MAKE): Rename. + * job.c (start_job_command): Use new constants. + * main.c: New -O argument format. + + * doc/make.texi (Options Summary): Document the argument to -O. + * make.1: Ditto. + + * main.c (define_makeflags): Don't add space between a single-char + option and its argument. + 2013-04-06 Paul Smith <psmith@gnu.org> * doc/make.texi (Implicit Variables): Clarify LDFLAGS vs. LDLIBS. |