make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 4.4.0.91-6-g8ddb6289


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.4.0.91-6-g8ddb6289
Date: Mon, 20 Feb 2023 23:36:45 -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  8ddb628927f8edbaa57849c1ecefd36ada371dae (commit)
       via  e9dd614d73fc625845a0de089edae3a8433e30c1 (commit)
       via  f5dc17ac2dcf9093d15c67facc8a481212c4c360 (commit)
       via  ac159491da0f837f7a4b23591c15c1b1d78eb616 (commit)
       via  44366555681f7a855ecf7df987967649c7ff3595 (commit)
      from  549fc561023208fdda709beb9c98d411abe87064 (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 8ddb628927f8edbaa57849c1ecefd36ada371dae
Author: Paul Smith <psmith@gnu.org>
Date:   Mon Feb 20 23:29:26 2023 -0500

    * Makefile.am: Add mkconfig.h to the test error file

commit e9dd614d73fc625845a0de089edae3a8433e30c1
Author: Dmitry Goncharov <dgoncharov@users.sf.net>
Date:   Mon Feb 20 15:17:24 2023 -0500

    [SV 63821] Don't set up default suffix rules if makefile sets -r
    
    When built-in rules are disabled by adding -r to MAKEFLAGS in the
    makefile, don't add suffix rules at all so that if suffixes are
    added back via .SUFFIXES, the rules are still not there.
    
    * src/main.c (main): Set default suffix rules after parsing makefiles.
    * src/default.c (install_default_suffix_rules): Install a default
    suffix rule only if there is no user defined rule.
    * tests/scripts/features/suffixrules: Add tests.

commit f5dc17ac2dcf9093d15c67facc8a481212c4c360
Author: Paul Smith <psmith@gnu.org>
Date:   Mon Feb 20 11:11:59 2023 -0500

    * tests/scripts/misc/general4: Only test empty PATH on UNIX

commit ac159491da0f837f7a4b23591c15c1b1d78eb616
Author: Paul Smith <psmith@gnu.org>
Date:   Sun Feb 19 17:43:12 2023 -0500

    * gl/modules/make-glob: Avoid glibc glob if bug #866 is present

commit 44366555681f7a855ecf7df987967649c7ff3595
Author: Paul Smith <psmith@gnu.org>
Date:   Sun Feb 19 15:35:22 2023 -0500

    * tests/scripts/features/include [AIX]: Set explicit timestamps

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

Summary of changes:
 Makefile.am                        |  3 +-
 configure.ac                       |  4 +--
 gl/modules/make-glob               | 68 +++++++++++++++++++++++++++++---------
 src/default.c                      | 20 ++++++-----
 src/main.c                         | 12 +++----
 tests/scripts/features/include     |  8 +++--
 tests/scripts/features/suffixrules | 65 ++++++++++++++++++++++++++++++++++++
 tests/scripts/misc/general4        | 10 +++---
 tests/test_driver.pl               |  1 -
 9 files changed, 149 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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