make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 4.1-59-g5bd7ad2


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.1-59-g5bd7ad2
Date: Mon, 04 Apr 2016 05:46:45 +0000

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  5bd7ad2b225bf9229ca96ba63b90f8094a2becde (commit)
       via  65115e7095e1232e590c8920e7f828706a67fa4a (commit)
       via  75dd0bd8bc045493550841d540992049458b81c3 (commit)
       via  8b54c5cff98cd4b4533f4b4f10e82faca36c6880 (commit)
       via  65c447289e863dfc3e6cdcf9ec0be00e284decc3 (commit)
       via  86b20728fedfc7275f2aa2a47ca3c881b958562d (commit)
       via  b8a8af655035ce06ca2b3e94ca763e6a89fa85a8 (commit)
       via  360b76af842d47927ad4f28289e43602bf18b62a (commit)
       via  c9e6ab9ac731b4281f05eb06be4eb641ec28a879 (commit)
      from  40277b885082bd62e1e312bc1226a383df899802 (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 5bd7ad2b225bf9229ca96ba63b90f8094a2becde
Author: Paul Smith <address@hidden>
Date:   Mon Apr 4 01:23:04 2016 -0400

    Preserve the real value of -jN in MAKEFLAGS using jobserver.
    
    Previously if the jobserver was active, MAKEFLAGS would contain only
    the -j option but not the number (not -j5 or whatever) so users
    could not discover that value.  Allow that value to be provided in
    MAKEFLAGS without error but still give warnings if -jN is provided
    on the command line if the jobserver is already activated.
    
    * NEWS: Discuss the new behavior.
    * os.h, posixos.c, w32/w32os.c: Return success/failure from
    jobserver_setup() and jobserver_parse_auth().
    * main.c (main): Separate the command line storage of job slots (now
    in arg_job_slots) from the control storage (in job_slots).  Make a
    distinction between -jN flags read from MAKEFLAGS and those seen
    on the command line: for the latter if the jobserver is enabled then
    warn and disable it, as before.
    * tests/scripts/features/jobserver: Add new testing.

commit 65115e7095e1232e590c8920e7f828706a67fa4a
Author: Paul Smith <address@hidden>
Date:   Mon Apr 4 01:16:13 2016 -0400

    * tests/run_make_tests.pl: Add file/lineno info to .run file.

commit 75dd0bd8bc045493550841d540992049458b81c3
Author: Paul Smith <address@hidden>
Date:   Mon Apr 4 01:15:17 2016 -0400

    * maintMakefile: Fix logging of check-alt-config target.

commit 8b54c5cff98cd4b4533f4b4f10e82faca36c6880
Author: Paul Smith <address@hidden>
Date:   Mon Apr 4 01:13:43 2016 -0400

    * job.c (child_execute_job): Fix $(shell...) under NO_OUTPUT_SYNC.
    
    * main.c (decode_output_sync_flags): Use NONE for NO_OUTPUT_SYNC.

commit 65c447289e863dfc3e6cdcf9ec0be00e284decc3
Author: Paul Smith <address@hidden>
Date:   Sun Apr 3 16:54:04 2016 -0400

    * main.c (main): Restrict disabling debugging for MAKEFILES.

commit 86b20728fedfc7275f2aa2a47ca3c881b958562d
Author: Paul Smith <address@hidden>
Date:   Sat Apr 2 17:18:40 2016 -0400

    * Makefile.am, w32/Makefile.am: Fix *os.c for Windows builds.
    
    Original change provided by Luke Allardyce <address@hidden>

commit b8a8af655035ce06ca2b3e94ca763e6a89fa85a8
Author: Paul Smith <address@hidden>
Date:   Sat Apr 2 17:18:14 2016 -0400

    * make.texi: Confirm that CURDIR contains an absolute path.

commit 360b76af842d47927ad4f28289e43602bf18b62a
Author: Paul Smith <address@hidden>
Date:   Sat Apr 2 16:33:41 2016 -0400

    * docs/make.texi: [SV 47392] Add "Integrating make" chapter.

commit c9e6ab9ac731b4281f05eb06be4eb641ec28a879
Author: Paul Smith <address@hidden>
Date:   Sat Apr 2 16:29:48 2016 -0400

    Change --jobserver-fds to more generic --jobserver-auth.
    
    * NEWS: Mention the change.
    * main.c: Rename jobserver_fds variable to jobserver_auth and
    --jobserver-fds option to --jobserver-auth.
    * os.h, posixos.c, w32/w32os.c: Rename jobserver_parse_arg() and
    jobserver_get_arg() to jobserver_parse_auth()/jobserver_get_auth().

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

Summary of changes:
 Makefile.am                        |    5 +-
 NEWS                               |   10 ++
 doc/make.texi                      |  245 ++++++++++++++++++++++++++++++++++--
 job.c                              |    8 +-
 main.c                             |  207 +++++++++++++++++--------------
 maintMakefile                      |   10 ++-
 os.h                               |   32 +++---
 output.c                           |    2 +-
 posixos.c                          |   40 ++++---
 tests/run_make_tests.pl            |   12 ++-
 tests/scripts/features/jobserver   |   52 +++++++-
 tests/scripts/features/output-sync |    8 +-
 tests/scripts/variables/MAKEFLAGS  |    4 +
 w32/Makefile.am                    |    2 +-
 w32/w32os.c                        |   30 +++--
 15 files changed, 497 insertions(+), 170 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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