make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 4.3-42-g7044e0c


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.3-42-g7044e0c
Date: Sun, 6 Dec 2020 09:59:23 -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  7044e0c93ca3d52e3e947764e538a0d1f5f2f16a (commit)
       via  94d90776914f4086e2402a0a6a9dfa3d1a9a7d0c (commit)
       via  c4cc2e95953baae800eb9c694c691f7263317035 (commit)
       via  5e234e404810ecfa930fca40b85b009c9271a33f (commit)
       via  950f3d305f6693460e87b9a9b50f1d31714eb54d (commit)
      from  58a37927e6f36ff0b9b53c57c0690b20430c928e (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 7044e0c93ca3d52e3e947764e538a0d1f5f2f16a
Author: Paul Smith <psmith@gnu.org>
Date:   Sat Dec 5 16:25:12 2020 -0500

    [SV 59169] Add --debug=why and --debug=print options
    
    Add debug options to print recipes even if they would otherwise be
    silent, and to print the reason that a target was considered out of
    date.
    
    Modify --trace to simply be a shorthand for --debug=print,why.
    
    * NEWS: Announce changes.
    * doc/make.texi (Summary of Options): Document the new options.
    * doc/make.1: Ditto.
    * src/debug.h: Add new flags DB_PRINT and DB_WHY.
    * src/makeint.h: Remove the trace_flag variable.
    * src/job.c (start_job_command): Check debug flags not trace_flag.
    (new_job): Ditto.
    * src/main.c (trace_flag): Make a static variable for switches.
    (decode_debug_flags): Set DB_PRINT and DB_WHY if trace_flag is set.
    * tests/scripts/variables/GNUMAKEFLAGS: Update known-good messages.
    * tests/scripts/variables/MAKEFLAGS: Ditto.

commit 94d90776914f4086e2402a0a6a9dfa3d1a9a7d0c
Author: Paul Smith <psmith@gnu.org>
Date:   Sat Dec 5 15:11:52 2020 -0500

    * configure.ac: [SV 58836] Copy build.sh to the build directory

commit c4cc2e95953baae800eb9c694c691f7263317035
Author: Paul Smith <psmith@gnu.org>
Date:   Sat Dec 5 15:06:25 2020 -0500

    [SV 57676] Support included files being built after failing
    
    If a -include file does not exist, then some subsequent operation
    creates it, then allow it to be successfully included.
    
    * src/read.c (eval_makefile): If our last mtime was NONEXISTENT then
    reset it to 0 so we'll check it again.
    * tests/scripts/features/include: Add a test for this behavior.

commit 5e234e404810ecfa930fca40b85b009c9271a33f
Author: Paul Smith <psmith@gnu.org>
Date:   Wed Dec 2 17:29:16 2020 -0500

    * src/makeint.h (free_alloca): Check for builtin alloca

commit 950f3d305f6693460e87b9a9b50f1d31714eb54d
Author: Paul Smith <psmith@gnu.org>
Date:   Wed Dec 2 17:27:55 2020 -0500

    * src/main.c (main): [SV 59601] Check for malformed env. variables

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

Summary of changes:
 NEWS                                 |  8 ++++++++
 configure.ac                         |  3 +++
 doc/make.1                           | 29 ++++++++++++++++++-----------
 doc/make.texi                        | 16 +++++++++++-----
 src/debug.h                          |  2 ++
 src/job.c                            | 15 ++++++---------
 src/main.c                           | 19 ++++++++++++++-----
 src/makeint.h                        | 14 +++++++++++---
 src/read.c                           |  5 +++++
 tests/scripts/features/include       | 16 ++++++++++++++--
 tests/scripts/variables/GNUMAKEFLAGS |  2 +-
 tests/scripts/variables/MAKEFLAGS    | 17 +++++++----------
 12 files changed, 100 insertions(+), 46 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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