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-56-g510e5ce


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.3-56-g510e5ce
Date: Mon, 15 Mar 2021 02:16:55 -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  510e5ce801d957338be764a794f1463b662a7edc (commit)
      from  144f436c4b7b4aac49817193b9490b1f1d358e7b (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 510e5ce801d957338be764a794f1463b662a7edc
Author: Dmitry Goncharov <dgoncharov@users.sf.net>
Date:   Mon Mar 15 02:10:49 2021 -0400

    [SV 60188] Explicit prereqs cannot be intermediate files
    
    If a prereq of a pattern is an explicit target, it should not be
    considered an intermediate file.
    
    (Minor tweaks by Paul Smith <psmith@gnu.org>)
    
    * src/dep.h (struct nameseq): Add is_explicit flag.
    * src/implicit.c (struct patdeps): Ditto.
    (pattern_search): Set the is_explicit flag appropriately for each
    prerequisite, based on whether it contained a pattern or not.
    Update the help output to note implicit vs. explicit prereqs.
    * tests/scripts/features/double_colon: Add tests.
    * tests/scripts/features/grouped_targets: Ditto.
    * tests/scripts/features/patternrules: Ditto.
    * tests/scripts/features/se_implicit: Ditto.
    * tests/scripts/features/statipattrules: Ditto.

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

Summary of changes:
 src/dep.h                              |  8 ++-
 src/implicit.c                         | 17 +++++--
 tests/scripts/features/double_colon    | 15 ++++++
 tests/scripts/features/grouped_targets | 26 ++++++++++
 tests/scripts/features/patternrules    | 89 +++++++++++++++++++++++++++++++++-
 tests/scripts/features/se_implicit     | 63 ++++++++++++++++++++++++
 tests/scripts/features/statipattrules  | 21 ++++++++
 7 files changed, 233 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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