From b99b6cdf3c18ee96da1775f7300d463fe5fe7ebb Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 8 Jan 2023 18:44:25 -0500 Subject: Update support for OS/2 Patches provided by KO Myung-Hun * 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. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 20bb26ea..592a3418 100644 --- a/NEWS +++ b/NEWS @@ -40,6 +40,9 @@ https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=110&se private parent target-specific variables have no affect. For more details see https://savannah.gnu.org/bugs/index.php?61463 +* Updates to allow building on OS/2 + Provided by KO Myung-Hun + Version 4.4 (31 Oct 2022) -- cgit v1.2.1