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-101-gd603b2e


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.2.1-101-gd603b2e
Date: Sat, 15 Sep 2018 16:02:58 -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  d603b2e6ac0f4c2ae69a428e5c63349c289fe1a6 (commit)
       via  8fd614e238a34a19581655c9b24b3c7b36cc0d9b (commit)
       via  92032bc16a0c730f372fc60374ffaf53e012a3c4 (commit)
       via  67e6d81256486cbf160208c5b7ea164964c49dd4 (commit)
      from  a1bb739165a944769cbb4a6e4f027ac9c2587122 (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 d603b2e6ac0f4c2ae69a428e5c63349c289fe1a6
Author: Paul Smith <address@hidden>
Date:   Sat Sep 15 14:48:57 2018 -0400

    * src/main.c (main): Set jobserver permissions before re-execing
    
    Fixes an issue seen in the Linux kernel build system, reported by
    Masahiro Yamada <address@hidden>.  Fix suggested
    on the bug-make mailing list by Mike Shal <address@hidden>.
    * tests/scripts/features/parallelism: Add a test to verify this.

commit 8fd614e238a34a19581655c9b24b3c7b36cc0d9b
Author: Paul Smith <address@hidden>
Date:   Sun Sep 9 16:13:16 2018 -0400

    * doc/make.texi: [SV 48970] Clarify the value of $?

commit 92032bc16a0c730f372fc60374ffaf53e012a3c4
Author: Paul Smith <address@hidden>
Date:   Sun Sep 9 15:58:13 2018 -0400

    * doc/make.text: [SV 54360] Weaken "obsolete" language in the manual.
    
    There's no need to frighten users away from capabilities which are
    perfectly reasonable and definitely not going away, by calling them
    obsolete or discouraged in the manual.

commit 67e6d81256486cbf160208c5b7ea164964c49dd4
Author: Paul Smith <address@hidden>
Date:   Sun Sep 9 15:30:07 2018 -0400

    [SV 40657] Don't create pattern rules for suffix rules with deps.
    
    * NEWS: Update with a backward-compatibility warning.
    * src/rule.c (convert_to_pattern): If a suffix rule has dependencies,
    do not create a pattern rule for it.  According to the manual suffix
    rules with prerequisites are treated as normal targets.
    * tests/scrips/features/suffixrules: Create some regression tests for
    .SUFFIXES and suffix rules.

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

Summary of changes:
 NEWS                               |  5 +++
 doc/make.texi                      | 49 +++++++++++++-----------
 src/main.c                         |  6 +++
 src/rule.c                         |  5 ++-
 tests/scripts/features/parallelism | 35 +++++++++++++++++
 tests/scripts/features/suffixrules | 78 ++++++++++++++++++++++++++++++++++++++
 6 files changed, 155 insertions(+), 23 deletions(-)
 create mode 100644 tests/scripts/features/suffixrules


hooks/post-receive
-- 
make



reply via email to

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