public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] make: Update to version 4.4.1
Date: Thu, 02 Mar 2023 11:14:15 +0100	[thread overview]
Message-ID: <20230302101419.3443689-10-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20230302101419.3443689-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 2921 bytes --]

- Update from version 4.4 to 4.4.1
- Update of rootfile not required
- Changelog
Version 4.4.1 (26 Feb 2023)
	This release is primarily a bug-fix release.
	A complete list of bugs fixed in this version is available here:
	https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=110&set=custom
	* WARNING: Backward-incompatibility!
	  In previous releases it was not well-defined when updates to MAKEFLAGS made
	  inside a makefile would be visible.  This release ensures they are visible
	  immediately, even when invoking $(shell ...) functions.  Also, command line
	  variable assignments are now always present in MAKEFLAGS, even when parsing
	  makefiles.
	  Implementation provided by Dmitry Goncharov <dgoncharov(a)users.sf.net>
	* New feature: Parallel builds of archives
	  Previously it was not possible to use parallel builds with archives.  It is
	  still not possible using the built-in rules, however you can now override
	  the built-in rules with a slightly different set of rules and use parallel
	  builds with archive creation.  See the "Dangers When Using Archives" section
	  of the GNU Make manual, and https://savannah.gnu.org/bugs/index.php?14927
	* Previously target-specific variables would inherit their "export" capability
	  from parent target-specific variables even if they were marked private.  Now
	  private parent target-specific variables have no affect.  For more details
	  see https://savannah.gnu.org/bugs/index.php?61463
	* Disable FIFO jobserver on GNU/Hurd and Cygwin
	  Experimentation shows that the new FIFO-based jobserver doesn't work well on
	  GNU/Hurd or Cygwin: revert these systems to use the pipe-based jobserver.
	* Updates to allow building on OS/2
	  Provided by KO Myung-Hun <komh78(a)gmail.com>
	* New platform: GNU Make is supported on z/OS
	  Thanks to Igor Todorovski <itodorov(a)ca.ibm.com> for the patches and testing
	  assistance.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/make b/lfs/make
index feaeab658..c6684ac75 100644
--- a/lfs/make
+++ b/lfs/make
@@ -26,14 +26,14 @@ include Config
 
 SUMMARY    = GNU make
 
-VER        = 4.4
+VER        = 4.4.1
 
 THISAPP    = make-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 PROG       = make
-PAK_VER    = 6
+PAK_VER    = 7
 
 DEPS       =
 
@@ -59,7 +59,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 5b8a2fcd7610c33347c2e552fdc4f2698c9a4c468de588c9687cd11d15f120a37768bcd521231adf32359e3b48b27ab7b142746fd18b1a8d15578d34344f487e
+$(DL_FILE)_BLAKE2 = 09a4ad8060259e36854b525ab610fd317a86f4926e44e3ab8adba75dccc8d4b445df9dd25ccfb4c25a54bc0e98238a9127e36401d74cbc3503a329eadcdf4995
 
 install : $(TARGET)
 
-- 
2.39.2


  parent reply	other threads:[~2023-03-02 10:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-02 10:14 [PATCH] apr: Update to version 1.7.2 Adolf Belka
2023-03-02 10:14 ` [PATCH] curl: Update to version 7.88.1 Adolf Belka
2023-03-02 10:14 ` [PATCH] e2fsprogs: Update to version 1.47.0 Adolf Belka
2023-03-02 10:14 ` [PATCH] ethtool: Update to version 6.2 Adolf Belka
2023-03-02 10:14 ` [PATCH] gnutls: Update to version 3.8.0 Adolf Belka
2023-03-02 10:14 ` [PATCH] harfbuzz: Update to version 7.0.1 Adolf Belka
2023-03-02 10:14 ` [PATCH] iproute2: Update to version 6.2.0 Adolf Belka
2023-03-02 10:14 ` [PATCH] liburcu: Update to version 0.14.0 Adolf Belka
2023-03-02 10:14 ` [PATCH] lmdb: Update to version 0.9.30 Adolf Belka
2023-03-02 10:14 ` Adolf Belka [this message]
2023-03-02 10:14 ` [PATCH] pango: Update to version 1.50.13 Adolf Belka
2023-03-02 10:14 ` [PATCH] sudo: Update to version 1.9.13p2 Adolf Belka
2023-03-02 10:14 ` [PATCH] texinfo: Update to version 7.0.2 Adolf Belka
2023-03-02 10:14 ` [PATCH] zstd: Update to version 1.5.4 Adolf Belka
2023-12-03 16:54 [PATCH] make: Update to version 4.4.1 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230302101419.3443689-10-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox