make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] make branch, master, updated. 4.4.0.90-7-g2f336608


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.4.0.90-7-g2f336608
Date: Sat, 28 Jan 2023 13:05:41 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "make".

The branch, master has been updated
       via  2f336608d814d20d77b192b263e98af319972876 (commit)
       via  faedfdb0afd0f774bd58b5a30ca8117d70fa85c7 (commit)
       via  9709d273b299b3ced3ebd3cdce2cdca907846451 (commit)
       via  eb0bd1aaece1c0c3d58cb4647443375d22f449d1 (commit)
       via  d2bf740e779cbbc599a664466a55be9fa5539a3e (commit)
       via  a8890796a439941bee9bc027b31430aec1b334e6 (commit)
       via  be6bb0fd687cfea24af4024a638b2fde5aad1e4b (commit)
      from  db351fe85b57fe4368a1396fb0e8ea5814825e68 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2f336608d814d20d77b192b263e98af319972876
Author: Paul Smith <psmith@gnu.org>
Date:   Sat Jan 28 13:01:39 2023 -0500

    * src/job.c: Switch from bit operators to flags macros
    
    * src/remake.c: Ditto.

commit faedfdb0afd0f774bd58b5a30ca8117d70fa85c7
Author: Paul Smith <psmith@gnu.org>
Date:   Sat Jan 28 11:03:54 2023 -0500

    [SV 63667] In .POSIX, use shell flags -c when ignoring errors
    
    * src/variable.c (lookup_variable_for_file): New function to retrieve
    a variable assignment in a file context.
    * src/variable.h (lookup_variable_for_file): Declare it.
    * src/job.c (construct_command_argv): Look up .SHELLFLAGS.  If .POSIX
    is set and we're using the default value, choose -c if we're ignoring
    errors else choose -ec.
    (construct_command_argv_internal): Ditto.
    * tests/scripts/targets/POSIX: Add tests.

commit 9709d273b299b3ced3ebd3cdce2cdca907846451
Author: Dmitry Goncharov <dgoncharov@users.sf.net>
Date:   Sat Jan 28 09:41:49 2023 -0500

    * tests/scripts/features/archives: [SV 63688] Quote cmd line vars

commit eb0bd1aaece1c0c3d58cb4647443375d22f449d1
Author: Paul Smith <psmith@gnu.org>
Date:   Sat Jan 28 09:28:18 2023 -0500

    * README.in: Mention README.z/OS

commit d2bf740e779cbbc599a664466a55be9fa5539a3e
Author: Paul Smith <psmith@gnu.org>
Date:   Sun Jan 15 10:53:38 2023 -0500

    * tests/test_driver.pl: Convert z/OS answers for regex output
    
    Allow z/OS customizations to apply to regex output matching.
    * tests/scripts/features/output-sync: Use a regex for Terminated.
    * tests/scripts/features/temp_stdin: Ditto.

commit a8890796a439941bee9bc027b31430aec1b334e6
Author: Paul Smith <psmith@gnu.org>
Date:   Sun Jan 15 10:27:53 2023 -0500

    * tests/scripts/features/archives: Use the configured compiler for CC

commit be6bb0fd687cfea24af4024a638b2fde5aad1e4b
Author: Paul Smith <psmith@gnu.org>
Date:   Sun Jan 15 10:27:34 2023 -0500

    * configure.ac: Delay setting HAVE_GUILE until we're sure

-----------------------------------------------------------------------

Summary of changes:
 README.in                          |  2 ++
 configure.ac                       |  4 +++-
 src/job.c                          | 33 +++++++++++++++++-----------
 src/remake.c                       |  4 ++--
 src/variable.c                     | 23 ++++++++++++++++++++
 src/variable.h                     |  2 ++
 tests/scripts/features/archives    | 10 ++++++---
 tests/scripts/features/output-sync | 12 +++++------
 tests/scripts/features/temp_stdin  | 13 ++++++-----
 tests/scripts/targets/POSIX        | 44 ++++++++++++++++++++++++++++++++++++--
 tests/test_driver.pl               | 17 +++++++++------
 11 files changed, 124 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
make



reply via email to

[Prev in Thread] Current Thread [Next in Thread]