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.92-12-g30cc100


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.2.92-12-g30cc100
Date: Wed, 18 Dec 2019 09:06:17 -0500 (EST)

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  30cc10093b4b17d6a823fa7cc96cd937115af9fb (commit)
       via  69c5a2128b140ab0caa973ef242b16a7a276d0b6 (commit)
       via  577dd1ff6df7d03ced3ca6129f6d83543da533fd (commit)
       via  86f2f8bcb5b4a03da8eb37e9a99c22d8fec4bfb2 (commit)
       via  c72205b28b93ee546027ad5297ba1771f31256a6 (commit)
       via  057e33d6b5bb41d8e0deed0c5ac4d5d72047e7f4 (commit)
       via  e4499a1fb51d560d9a29ba75176a7cb2b2c65b03 (commit)
       via  57b043c7fb6a220b8cf0f022e4161bbe87f2b0f1 (commit)
       via  f389aabde6ac986036f7e0c6c0d297e217dbdc85 (commit)
      from  acbef3f612f46411e720c52bee70014df1c2f4fd (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 30cc10093b4b17d6a823fa7cc96cd937115af9fb
Author: Ben Wijen <address@hidden>
Date:   Wed Oct 30 07:33:39 2019 +0100

    * src/misc.c (spin): On WINDOWS32 use Sleep() instead of sleep()

commit 69c5a2128b140ab0caa973ef242b16a7a276d0b6
Author: Ben Wijen <address@hidden>
Date:   Wed Oct 30 07:33:21 2019 +0100

    * bootstrap.bat: Fix typo in batch file name

commit 577dd1ff6df7d03ced3ca6129f6d83543da533fd
Author: Paul Smith <address@hidden>
Date:   Tue Dec 17 15:26:06 2019 -0500

    * src/config.h.W32.template: [SV 57152] MinGW32 doesn't support d_type

commit 86f2f8bcb5b4a03da8eb37e9a99c22d8fec4bfb2
Author: Jouke Witteveen <address@hidden>
Date:   Sat Oct 26 12:24:15 2019 +0200

    [SV 54161] Fix second expansion of $* for paths
    
    If the stem matches a path containing a directory not just a
    filename, make sure the second expansion of $* in the
    prerequisites matches $* in the recipe.  This requires using
    $(*F) when replacing % in the first expansion to preserve the
    simple filename.
    
    * src/implicit.c (pattern_search): If lastslash is set prepend
    the directory onto the stem.  Then use $(*F) when expanding %.
    * tests/scripts/features/se_implicit: Add a test case

commit c72205b28b93ee546027ad5297ba1771f31256a6
Author: Jouke Witteveen <address@hidden>
Date:   Sat Oct 26 12:24:29 2019 +0200

    * src/implicit.c (pattern_search): Set lastslash correctly
    
    If filename contained multiple slashes lastslash is wrongly set to 0.
    * configure.ac: Check for the GNU memrchr() extension function.
    * src/misc.c (memrchr): Supply memrchr() if not available.

commit 057e33d6b5bb41d8e0deed0c5ac4d5d72047e7f4
Author: Jouke Witteveen <address@hidden>
Date:   Sat Oct 26 12:24:09 2019 +0200

    * src/implicit.c (pattern-search): Remove unneeded 'dir' variable

commit e4499a1fb51d560d9a29ba75176a7cb2b2c65b03
Author: Paul Smith <address@hidden>
Date:   Tue Dec 17 13:36:26 2019 -0500

    * Makefile.am: Build lzip package instead of bzip2
    
    * README.git: Mention changed requirements.

commit 57b043c7fb6a220b8cf0f022e4161bbe87f2b0f1
Author: Paul Smith <address@hidden>
Date:   Tue Dec 17 12:29:44 2019 -0500

    * src/job.c (load_too_high): Disable Linux /proc/loadavg for now
    
    This new feature has a problem: if you provide a load which is
    larger than the number of cores then it will always run every job.
    Before we can enable it we need to at the least learn how to clamp
    this value to the number of cores.  To experiment with it, set
    PROC_FD_INIT to -2 in job.c to re-enable the feature.

commit f389aabde6ac986036f7e0c6c0d297e217dbdc85
Author: Paul Smith <address@hidden>
Date:   Tue Dec 17 14:58:53 2019 -0500

    * tests/run_make_tests.pl (set_more_defaults): Fix typo

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

Summary of changes:
 Makefile.am                        |  2 +-
 README.git                         | 16 +++++---
 bootstrap.bat                      |  2 +-
 configure.ac                       |  2 +-
 src/config.h.W32.template          |  5 ++-
 src/implicit.c                     | 82 ++++++++++++++++++++++----------------
 src/job.c                          | 13 +++++-
 src/misc.c                         | 32 ++++++++++++++-
 tests/run_make_tests.pl            |  2 +-
 tests/scripts/features/se_implicit |  8 ++++
 10 files changed, 117 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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