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-23-ga80b009


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.3-23-ga80b009
Date: Sun, 19 Jul 2020 19:00:25 -0400 (EDT)

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  a80b0096f501b0e9a3349858396841d493cc45a4 (commit)
       via  62e8f029e9bd0a2418409f6d6902824c3110515e (commit)
      from  db7658e0425b37f4d3abe88cee01280b26518a92 (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 a80b0096f501b0e9a3349858396841d493cc45a4
Author: Paul Smith <psmith@gnu.org>
Date:   Sun Jul 19 14:07:01 2020 -0400

    * NEWS: [SV 58435] Document minimum C compiler version requirement
    
    * configure.ac: Require c99 via AC_PROG_CC_C99

commit 62e8f029e9bd0a2418409f6d6902824c3110515e
Author: Paul Smith <psmith@gnu.org>
Date:   Sun Jul 19 13:56:23 2020 -0400

    [SV 58735] Define the order that makefiles are rebuilt.
    
    Ensure that makefiles are rebuilt in the order in which make first
    considered them, and document this behavior in the manual.
    
    * NEWS: Add a note about the new behavior
    * doc/make.text (How make Processes a Makefile): Document it.
    * main.c (main): Inverse the list of makefile goals.
    * read.c (read_all_makefiles): Add default makefiles to the list at
    the front in reverse order, the same way other makefiles are added.
    * tests/scripts/features/include: Add tests to verify rebuild order.

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

Summary of changes:
 NEWS                           | 15 ++++++++++++++-
 configure.ac                   |  3 +++
 doc/make.texi                  | 36 ++++++++++++++++++++----------------
 src/main.c                     | 15 ++++++++++++---
 src/read.c                     | 13 ++-----------
 tests/scripts/features/include | 25 +++++++++++++++++++++++--
 6 files changed, 74 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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