From patchwork Sun Dec 3 16:54:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7381 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SjtDy6hW1z3wm6 for ; Sun, 3 Dec 2023 16:54:26 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SjtDw3bJyz1Yj; Sun, 3 Dec 2023 16:54:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SjtDw0wsmz309N; Sun, 3 Dec 2023 16:54:24 +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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SjtDs3fnhz2yPl for ; Sun, 3 Dec 2023 16:54:21 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SjtDr4tZbz1XZ; Sun, 3 Dec 2023 16:54:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1701622460; 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; bh=eBrMwFpW8wqj6hk24uhELGwPExUJ2dqA3Kb5CaZmSZI=; b=G6JfvdKmfDYyj50miOqQ1qdItLqvInTL0pwhuIy8bHBVrySq+w15yCf+4C4U2fbgnZtdJB b6v7ap9k5Rb/urAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1701622460; 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; bh=eBrMwFpW8wqj6hk24uhELGwPExUJ2dqA3Kb5CaZmSZI=; b=HGjj1NRGTfv1XkZcNRjdWwa+PBLO9BOBG3hstPr8wGaPRc20a3Exe/w6yW1p/AlfgU55Iw eNw+gi1U8jiti+4I9cKyolxK01Q1VqJ2Qmh29lvhxK2bmxuRSobOj7OsPz2xKzcuYhNBgm SFPn8A1xmBnm6N3mPsZdYmFdPsS9KTm8ODxgWz5WzfS3QfyxtKqW6tdqYGRPRm4UzZkL1L BqNhFOh8uyKhkEPUtsOVj1ktf53h6i5mswT5K9MzNy2RuAtY/P1gVDu5RoVu1SrjkbzOzh WuJ8Kz4Bh9Cca8vAGocwIi09TJhYStLoIMtpmZGFx1LFowjnnbkgOe7QWcoH/Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] make: Update to version 4.4.1 Date: Sun, 3 Dec 2023 17:54:17 +0100 Message-ID: <20231203165417.44152-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: RLTMARCX2GSOEG6SDWZRI4N32LBIPNSE X-Message-ID-Hash: RLTMARCX2GSOEG6SDWZRI4N32LBIPNSE X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - IPFire-3.x - Update from version 4.4 to 4.4.1 - Changelog 4.4.1 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 --- make/make.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/make.nm b/make/make.nm index 6d796b6ef..b21faf42a 100644 --- a/make/make.nm +++ b/make/make.nm @@ -4,7 +4,7 @@ ############################################################################### name = make -version = 4.4 +version = 4.4.1 release = 1 maintainer = Michael Tremer