]> git.ipfire.org Git - thirdparty/make.git/commit
Update support for OS/2
authorPaul Smith <psmith@gnu.org>
Sun, 8 Jan 2023 23:44:25 +0000 (18:44 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 8 Jan 2023 23:44:25 +0000 (18:44 -0500)
commitb99b6cdf3c18ee96da1775f7300d463fe5fe7ebb
tree27f48ebdc15c65e5042b39aab130ac2f50a70e3e
parent36f955b0e8d2c1b5be292eb84475c44eea6403c8
Update support for OS/2

Patches provided by KO Myung-Hun <komh78@gmail.com>

* NEWS: Add a note.
* AUTHORS: Add a new author.
* README.OS2: Updates to build instructions.
* src/dir.c (dir_contents_file_exists_p): Use a stack copy when
modifying a const string.
* src/job.c (construct_command_argv_internal): Ditto.
Reuse variables rather than re-defining them.
(exec_command): Cast a const string (we don't change it anyway).
* src/getopt.c (_getopt_initialize): Reference unused variables.
(_getopt_internal): Add block braces to quiet the compiler.
* src/main.c (main): Cast argument to child_execute_job().
* src/posixos.c (set_blocking): Reference unused variables.
* src/remake.c (f_mtime): Delete useless code.
AUTHORS
NEWS
README.OS2
src/dir.c
src/getopt.c
src/job.c
src/main.c
src/posixos.c
src/remake.c