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


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.2.1-56-g0c5a9f9
Date: Tue, 31 Oct 2017 01:11:28 -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  0c5a9f9b92af1634dc60fa21e9ac86ed50e5d595 (commit)
       via  6264deece3bb77798240a906ceed79097adbcf48 (commit)
       via  b9c25de370ccb18716cf21e38009f42d54979ddc (commit)
       via  193f1e81edd6b1b56b0eb0ff8aa4b41c7b4257b4 (commit)
       via  d8728efc80b720c630e6b12dbd34a3d44e060690 (commit)
      from  baa57d2cf9fda82deb2a86960ddcb2dcab6a3917 (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 0c5a9f9b92af1634dc60fa21e9ac86ed50e5d595
Author: Paul Smith <address@hidden>
Date:   Mon Oct 30 12:53:49 2017 -0400

    * main.c (main): [SV 48274] Allow -j in makefile MAKEFLAGS variable.
    
    * tests/jhelp.pl: New file to allow testing parallelism without sleep.
    * tests/scripts/features/parallelism: Test this.
    * tests/scripts/features/jobserver: Update tests.
    * tests/scripts/features/output-sync: Remove useless rm command.

commit 6264deece3bb77798240a906ceed79097adbcf48
Author: Paul Smith <address@hidden>
Date:   Sat Oct 28 18:45:30 2017 -0400

    * job.c (child_error): Modify error message string.
    
    Ensure Emacs compile-mode's next-error doesn't match target failure
    messages.  Syntax errors in makefiles are still matched.

commit b9c25de370ccb18716cf21e38009f42d54979ddc
Author: Paul Smith <address@hidden>
Date:   Sat Oct 28 15:28:32 2017 -0400

    * function.c (func_if): Check the first character of condition.
    
    Reported by Rob W <address@hidden>

commit 193f1e81edd6b1b56b0eb0ff8aa4b41c7b4257b4
Author: Paul Eggert <address@hidden>
Date:   Sun Sep 24 09:12:58 2017 -0400

    glob: Do not assume glibc glob internals.
    
    It has been proposed that glibc glob start using gl_lstat,
    which the API allows it to do.  GNU 'make' should not get in
    the way of this.  See:
    https://sourceware.org/ml/libc-alpha/2017-09/msg00409.html
    
    * dir.c (local_lstat): New function, like local_stat.
    (dir_setup_glob): Use it to initialize gl_lstat too, as the API
    requires.

commit d8728efc80b720c630e6b12dbd34a3d44e060690
Author: Paul Smith <address@hidden>
Date:   Sat Sep 23 15:55:37 2017 -0400

    Compute load from number of running processes.
    
    * job.c (load_too_high): If /proc/loadavg is available, compare the
    maximum load against the number of processes currently running.  If
    we can't parse /proc/loadavg, use the previous algorithm.
    
    Concept and initial patch from Sven C. Dack <address@hidden>

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

Summary of changes:
 dir.c                                 | 29 ++++++++++-
 function.c                            |  2 +-
 job.c                                 | 94 ++++++++++++++++++++++++++++++++---
 main.c                                | 80 ++++++++++++++++++++++-------
 tests/jhelp.pl                        | 63 +++++++++++++++++++++++
 tests/scripts/features/errors         |  6 +--
 tests/scripts/features/include        |  2 +-
 tests/scripts/features/jobserver      |  6 +--
 tests/scripts/features/output-sync    | 10 ++--
 tests/scripts/features/parallelism    | 89 ++++++++++++++++++---------------
 tests/scripts/features/patternrules   |  2 +-
 tests/scripts/features/vpathplus      |  2 +-
 tests/scripts/misc/general3           |  2 +-
 tests/scripts/options/dash-k          |  2 +-
 tests/scripts/targets/DELETE_ON_ERROR |  4 +-
 tests/scripts/targets/POSIX           |  2 +-
 tests/scripts/variables/SHELL         |  2 +-
 17 files changed, 308 insertions(+), 89 deletions(-)
 create mode 100755 tests/jhelp.pl


hooks/post-receive
-- 
make



reply via email to

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