make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 4.2.1-97-ga1bb739


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.2.1-97-ga1bb739
Date: Sun, 5 Aug 2018 08:23:08 -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  a1bb739165a944769cbb4a6e4f027ac9c2587122 (commit)
       via  05769ca009e630c1989f29ca8cb9d0ec4cf2a8d8 (commit)
       via  e2234bc1abe13bf3e3c4eb003b19e4d3cce188f3 (commit)
       via  f9ba22e02924e0a869a6e40ef4a70ee884d1ec46 (commit)
       via  eedea52afb2069e54188508cd87cb7724b30dd6a (commit)
      from  a9975756d00c448c7f81293d3fecbac7b88e692b (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 a1bb739165a944769cbb4a6e4f027ac9c2587122
Author: Paul Smith <address@hidden>
Date:   Sat Aug 4 19:20:58 2018 -0400

    * NEWS: Update for the latest changes.

commit 05769ca009e630c1989f29ca8cb9d0ec4cf2a8d8
Author: Paul Smith <address@hidden>
Date:   Sat Aug 4 19:07:59 2018 -0400

    [SV 54233] Preserve higher command_state values on also_make targets.
    
    If multiple pattern rules have the same pattern as also-make targets
    and we attempt to run them at the same time, we might downgrade the
    command state from 'running' to 'deps_running'; this will prevent
    that also_make from being considered complete causing make to wait
    forever for it to finish.
    
    Ensure that set_command_state never downgrades the state of a target.
    
    * src/file.c (set_command_state): Don't downgrade command_state.
    * src/filedef.h (struct file): Document the order prerequisite.
    * test/scripts/features/patternrules: Test the behavior.

commit e2234bc1abe13bf3e3c4eb003b19e4d3cce188f3
Author: Paul Smith <address@hidden>
Date:   Sat Aug 4 19:05:29 2018 -0400

    * src/job.c (reap_children): Fix inverted win/lose message.

commit f9ba22e02924e0a869a6e40ef4a70ee884d1ec46
Author: Paul Smith <address@hidden>
Date:   Sat Aug 4 17:35:10 2018 -0400

    * tests/scripts/functions/wildcard: [SV 52018] Test dangling symlink.

commit eedea52afb2069e54188508cd87cb7724b30dd6a
Author: Bernhard M. Wiedemann <address@hidden>
Date:   Sat Aug 4 17:21:15 2018 -0400

    * src/read.c (parse_file_seq): [SV 52076] Sort wildcard results.

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

Summary of changes:
 NEWS                                | 27 +++++++++++++++++++++++++--
 src/file.c                          |  7 +++++--
 src/filedef.h                       |  2 +-
 src/job.c                           |  4 ++--
 src/read.c                          |  2 +-
 tests/scripts/features/patternrules | 16 ++++++++++++++++
 tests/scripts/functions/wildcard    | 15 ++++++++++++---
 7 files changed, 62 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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