From patchwork Thu Mar 2 10:14:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6654 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PS7723W7Jz3x6w for ; Thu, 2 Mar 2023 10:45:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PS6h35207z9Ny; Thu, 2 Mar 2023 10:25:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PS6h12Kvbz30Jk; Thu, 2 Mar 2023 10:25:53 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PS6gy4xx5z30Jd for ; Thu, 2 Mar 2023 10:25:50 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PS6RN0jZmz3BC; Thu, 2 Mar 2023 10:14:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677752096; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oCU8+6TPaQ4NvuWdLF44Vn01DQM7Xkuq8YRel6xgFCY=; b=5nGF9lOO2q9BEqriGUZ/rXWvpu0wSBMvSsTRk1b8noAwZpBR72WXCyZAMgsqibTeD/I8U7 vAfEN1B5zCc4A+DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677752096; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oCU8+6TPaQ4NvuWdLF44Vn01DQM7Xkuq8YRel6xgFCY=; b=azIJzicFX666R7KaZgUbW440VJA3ipROuuLsrMBehhkwO0zavEegSXT9/jBJsMruC7eF9H A6lZWisXz3mPYqZoRsZ9AHTy7IHfSWIXiTc/fw3SXWLTOwGcJsKSWjDOEohoJ1IT1/vpZT xfOxqxOtU1tfRDMu6cpVOMBmRq3ixAPzoopBVGnAaZ9gFzIddMyyghJcxK3KzPBlF59oG8 yGp4PvjESzJ7Ucne+jp335wZ4gzvtJu+jjNAL5eI5bGdtZDFyfW7uQ1cvMyIZWEQz6cGqL f5sLDmsBu1rV7c3wT3f7JREGKnqX8qGsU/JNwzIeTd9n1L4RRlCDzFlAXztMGg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] make: Update to version 4.4.1 Date: Thu, 2 Mar 2023 11:14:15 +0100 Message-Id: <20230302101419.3443689-10-adolf.belka@ipfire.org> In-Reply-To: <20230302101419.3443689-1-adolf.belka@ipfire.org> References: <20230302101419.3443689-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 * 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 * New platform: GNU Make is supported on z/OS Thanks to Igor Todorovski for the patches and testing assistance. Signed-off-by: Adolf Belka --- 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)