From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] make: Update to version 4.4.1 Date: Thu, 02 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7351469499471093664==" List-Id: --===============7351469499471093664== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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=3Dmake&report_id=3D111&fix_release_i= d=3D110&set=3Dcustom * 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" secti= on of the GNU Make manual, and https://savannah.gnu.org/bugs/index.php?14927 * Previously target-specific variables would inherit their "export" capabili= ty from parent target-specific variables even if they were marked private. N= ow 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 test= ing 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 =20 SUMMARY =3D GNU make =20 -VER =3D 4.4 +VER =3D 4.4.1 =20 THISAPP =3D make-$(VER) DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) PROG =3D make -PAK_VER =3D 6 +PAK_VER =3D 7 =20 DEPS =3D =20 @@ -59,7 +59,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 5b8a2fcd7610c33347c2e552fdc4f2698c9a4c468de588c9687cd1= 1d15f120a37768bcd521231adf32359e3b48b27ab7b142746fd18b1a8d15578d34344f487e +$(DL_FILE)_BLAKE2 =3D 09a4ad8060259e36854b525ab610fd317a86f4926e44e3ab8adba7= 5dccc8d4b445df9dd25ccfb4c25a54bc0e98238a9127e36401d74cbc3503a329eadcdf4995 =20 install : $(TARGET) =20 --=20 2.39.2 --===============7351469499471093664==--