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-17-gc8a6263


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.3-17-gc8a6263
Date: Sun, 3 May 2020 14:24:15 -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  c8a6263eb519ccca6ef87fc405a53d255dc0b2e1 (commit)
       via  a015d1f8225004222851b02fe915e2ff40452d25 (commit)
       via  c604e53a4578107fd7c421da79d515144bcf0440 (commit)
       via  d79fe162c009788888faaf0317253b6f0cac7092 (commit)
      from  0c326a66c9eb3a3b5e4ab7892578b016b0590b1f (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 c8a6263eb519ccca6ef87fc405a53d255dc0b2e1
Author: Paul Smith <address@hidden>
Date:   Sun May 3 13:39:55 2020 -0400

    Convert [ ... ] to test ... in scripting.
    
    The "[" link may be missing during OS boostrapping.
    
    * build.sh: Convert "[ ... ]" to "test ..."
    * maintMakefile: Ditto.
    * scripts/copyright-update: Ditto
    * tests/scripts/features/reinvoke: Ditto
    * tests/scripts/features/targetvars: Ditto

commit a015d1f8225004222851b02fe915e2ff40452d25
Author: Paul Smith <address@hidden>
Date:   Sun May 3 13:23:41 2020 -0400

    * maintMakefile: Clean up output

commit c604e53a4578107fd7c421da79d515144bcf0440
Author: Paul Smith <address@hidden>
Date:   Sun May 3 10:21:39 2020 -0400

    * mainMakefile: Check that INSTALL exists in the dist file
    
    For some reason the INSTALL file symlinked to gnulib was omitted from
    the 4.3 release package: I can't reproduce this but check for it.

commit d79fe162c009788888faaf0317253b6f0cac7092
Author: Kevin Buettner <address@hidden>
Date:   Thu Apr 23 17:05:34 2020 -0400

    [SV 58232] Disable inheritance of jobserver FDs for recursive make
    
    A parent make will invoke a sub-make with close-on-exec disabled for
    the jobserver pipe FDs.  Force close-on-exec to be to be enabled in
    the sub-make so the pipe is not always passed to child jobs.
    
    I have a test case which, when invoked with a suitable -j switch,
    will hang if the recipe inherits the jobserver pipe.  This test case
    was inspired by a real world case in which testing GDB on Fedora
    would hang due to some poorly written test GDB cases having been
    passed the jobserver file descriptors.
    
    * src/posixos.c (jobserver_parse_auth): Call fd_noinherit() for
    jobserver pipe descriptors.
    
    Copyright-paperwork-exempt: yes

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

Summary of changes:
 build.sh                          |  2 +-
 maintMakefile                     | 48 +++++++++++++++++++++++++++------------
 scripts/copyright-update          |  6 ++---
 src/posixos.c                     |  5 ++++
 tests/scripts/features/reinvoke   |  6 ++---
 tests/scripts/features/targetvars |  2 +-
 6 files changed, 47 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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