From 4e09bdbbd6c1e818867e309ad1393ca45b2238e907d2e31d2b810ea22de23d79 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 26 Oct 2022 08:19:34 +0000 Subject: [PATCH] Accepting request 1031284 from home:Andreas_Schwab:Factory - Update to make 4.3.92 * WARNING: Future backward-incompatibility! In the NEXT release of GNU Make, pattern rules will implement the same behavior change for multiple targets as explicit grouped targets * WARNING: Backward-incompatibility! GNU Make now uses temporary files in more situations than previous releases. * WARNING: Backward-incompatibility! Previously each target in a explicit grouped target rule was considered individually: if the targets needed by the build were not out of date the recipe was not run even if other targets in the group were out of date. Now if any of the grouped targets are needed by the build, then if any of the grouped targets are out of date the recipe is run and all targets in the group are considered updated. to be true in the GNU Make manual. GNU Make utilizes facilities from GNU Gnulib: Gnulib requires certain C99 features in the C compiler and so these features are required by GNU Make: GNU Make will wait for all of the targets to the left of .WAIT in the list .NOTINTERMEDIATE disables intermediate behavior for specific files, for all On systems that provide /proc/loadavg (Linux), GNU Make will use it to * GNU Make has sometimes chosen unexpected, and sub-optimal, chains of that results in no matching rule, will GNU Make consider prerequisites * GNU Make was performing secondary expansion of all targets, even targets * When the pipe-based jobserver is enabled and GNU Make decides it is invoking a non-make sub-process and closes the jobserver pipes, it will now add a new option to the MAKEFLAGS environment variable that disables the jobserver. OBS-URL: https://build.opensuse.org/request/show/1031284 OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=77 --- make-4.3.90.tar.gz | 3 --- make-4.3.90.tar.gz.sig | Bin 566 -> 0 bytes make-4.3.92.tar.gz | 3 +++ make-4.3.92.tar.gz.sig | Bin 0 -> 566 bytes make.changes | 46 +++++++++++++++++++++++------------------ make.spec | 11 +++------- 6 files changed, 32 insertions(+), 31 deletions(-) delete mode 100644 make-4.3.90.tar.gz delete mode 100644 make-4.3.90.tar.gz.sig create mode 100644 make-4.3.92.tar.gz create mode 100644 make-4.3.92.tar.gz.sig diff --git a/make-4.3.90.tar.gz b/make-4.3.90.tar.gz deleted file mode 100644 index 38ed5ae..0000000 --- a/make-4.3.90.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b85021da86c3ceaa104151ac1f4af3c811f5f2f61cd383f0de739aa5b2f98c7d -size 2235311 diff --git a/make-4.3.90.tar.gz.sig b/make-4.3.90.tar.gz.sig deleted file mode 100644 index 2f3023387356fc4b3e9569b7fa9c9be5c4b968f11f4e570d687f249c328f412a..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SW*e79j+(P>PTcFN))_Dgcn)tjez2coTXB0%Ixv@&F165ZY# zoV!(xOOe!|GdaM@@fqiDftt8pTi1xQyWgz{Mo!4yB@Ek2uNRt@y8}-tiy}NwBZ7W# z;j37g3Pe;6Nb{|Ee;>gq2yj|To~__ydys|EnS%!Ued(3hoPG1fuGfwG=1O6cp$3|M zYtQm4%sqaLh{{iWg-+DVK|CyaIMcfLBx+<`O$Lo|Yl1*QR15{ZIJa(tO=Cl>>o6gkPe`K5j-J#!f_#IW(Ie z?*^@6oxF%wW6dwn!sT-?U$PkJb97-DgDtavLGW}>ELBxGtHDNqvL3Bkk_Z-78=dTt z`F5*`YMn@2=1joj{2;^5v{xt1-MKr7T8hY7Qq=P~GbgL=xNR0}Vo5LzclzwBO7!l> E4r)aZPTcFN))_Dgcn)tjez2coTXB0%KM*Z~zJk5ZbokMDsx9_|F-CYN1iu3OG$!KF`+OHK8$#Hfc|$7d4n!oisW z?3koZ4yzrmYA`MM4H5bByy2D}7{8w1z}s_s_lVRzr4>z#)zbRN$n6^&Nu2(L0ZQ=p z9lhjr5Fn@AxzV0l@H9QEWjUM`GW6rmk3@O$(6W`J9-zPU+$5CW%irw$Lpat;Y1oOb zpthuQ{~+ui0tTN5(-~~qTEZJ1&nS4UzO)`d%Jv&IzJ8ohq6XLBBm{FMU93RwGSZ0* zo&ocM;m2hBa9c!Xt{3^|B84a0bltgQ7Y6X>*wB$WyAnE_;0un?zfUN|@hDGi# z_rF3~O-vt?O~mjHiGE&#<50YP_FtRaiJ7=pY3t%}0PNf%Gk?NP zmG-yC}Mn2 ErcS;Zr2qf` literal 0 HcmV?d00001 diff --git a/make.changes b/make.changes index 82b549e..ff258af 100644 --- a/make.changes +++ b/make.changes @@ -1,7 +1,19 @@ ------------------------------------------------------------------- -Wed Sep 21 07:54:19 UTC 2022 - Andreas Schwab +Mon Oct 24 08:22:40 UTC 2022 - Andreas Schwab -- Update to make 4.3.90 +- Update to make 4.3.92 + * WARNING: Future backward-incompatibility! + In the NEXT release of GNU Make, pattern rules will implement the same + behavior change for multiple targets as explicit grouped targets + * WARNING: Backward-incompatibility! + GNU Make now uses temporary files in more situations than previous releases. + * WARNING: Backward-incompatibility! + Previously each target in a explicit grouped target rule was considered + individually: if the targets needed by the build were not out of date the + recipe was not run even if other targets in the group were out of date. Now + if any of the grouped targets are needed by the build, then if any of the + grouped targets are out of date the recipe is run and all targets in the + group are considered updated. * WARNING: Backward-incompatibility! Previously if --no-print-directory was seen anywhere in the environment or command line it would take precedence over any --print-directory. Now, the @@ -12,7 +24,7 @@ Wed Sep 21 07:54:19 UTC 2022 - Andreas Schwab stated, but it was (roughly) the inverse of the order in which they were processed by make. In this release, the order in which makefiles are rebuilt is the same order in which make processed them, and this is defined - to be true in the GNU make manual. + to be true in the GNU Make manual. * WARNING: Backward-incompatibility! Previously only simple (one-letter) options were added to the MAKEFLAGS variable that was visible while parsing makefiles. Now, all options are @@ -26,20 +38,20 @@ Wed Sep 21 07:54:19 UTC 2022 - Andreas Schwab for backward-compatibility the value from the original environment is used. To detect this change search for 'shell-export' in the .FEATURES variable. * WARNING: New build requirement - GNU make utilizes facilities from GNU Gnulib: Gnulib requires certain C99 - features in the C compiler and so these features are required by GNU make: + GNU Make utilizes facilities from GNU Gnulib: Gnulib requires certain C99 + features in the C compiler and so these features are required by GNU Make: https://www.gnu.org/software/gnulib/manual/html_node/C99-features-assumed.html The configure script should verify the compiler has these features. * New feature: The .WAIT special target If the .WAIT target appears between two prerequisites of a target, then - GNU make will wait for all of the targets to the left of .WAIT in the list + GNU Make will wait for all of the targets to the left of .WAIT in the list to complete before starting any of the targets to the right of .WAIT. * New feature: .NOTPARALLEL accepts prerequisites If the .NOTPARALLEL special target has prerequisites then all prerequisites of those targets will be run serially (as if .WAIT was specified between each prerequisite). * New feature: The .NOTINTERMEDIATE special target - .NOTINTERMEDIATE Disables intermediate behavior for specific files, for all + .NOTINTERMEDIATE disables intermediate behavior for specific files, for all files built using a pattern, or for the entire makefile. * New feature: The $(let ...) function This function allows user-defined functions to define a set of local @@ -49,7 +61,7 @@ Wed Sep 21 07:54:19 UTC 2022 - Andreas Schwab This function allows conditional evaluation controlled by a numerical comparison. * New feature: Improved support for -l / --load-average - On systems that provide /proc/loadavg (Linux), GNU make will use it to + On systems that provide /proc/loadavg (Linux), GNU Make will use it to determine the number of runnable jobs and use this as the current load, avoiding the need for heuristics. * New feature: The --shuffle command line option @@ -59,20 +71,14 @@ Wed Sep 21 07:54:19 UTC 2022 - Andreas Schwab described in the makefile. * New feature: The --jobserver-style command line option and named pipes A new jobserver method is used on systems where mkfifo(3) is supported. - * New feature: The MAKE_TMPDIR environment variable - If you prefer that GNU make place temporary files in a different directory - than the standard TMPDIR (or TMP or TEMP on Windows), set the MAKE_TMPDIR - environment variable before starting make (this value CANNOT be set inside - the makefile, since make needs to find its temporary directory before the - makefiles are parsed). - * GNU make has sometimes chosen unexpected, and sub-optimal, chains of + * GNU Make has sometimes chosen unexpected, and sub-optimal, chains of implicit rules due to the definition of "ought to exist" in the implicit rule search algorithm, which considered any prerequisite mentioned in the makefile as "ought to exist". This algorithm has been modified to prefer prerequisites mentioned explicitly in the target being built and only if - that results in no matching rule, will GNU make consider prerequisites + that results in no matching rule, will GNU Make consider prerequisites mentioned in other targets as "ought to exist". - * GNU make was performing secondary expansion of all targets, even targets + * GNU Make was performing secondary expansion of all targets, even targets which didn't need to be considered during the build. In this release only targets which are considered will be secondarily expanded. * If the MAKEFLAGS variable is modified in a makefile, it will be re-parsed @@ -88,9 +94,9 @@ Wed Sep 21 07:54:19 UTC 2022 - Andreas Schwab that the attribute of the most specific variable setting is used. * Special targets like .POSIX are detected upon definition, ensuring that any change in behavior takes effect immediately, before the next line is parsed. - * When the jobserver is enabled and GNU make decides it is invoking a non-make - sub-process and closes the jobserver pipes, it will now add a new option to - the MAKEFLAGS environment variable that disables the jobserver. + * When the pipe-based jobserver is enabled and GNU Make decides it is invoking + a non-make sub-process and closes the jobserver pipes, it will now add a new + option to the MAKEFLAGS environment variable that disables the jobserver. * A long-standing issue with the directory cache has been resolved: changes made as a side-effect of some other target's recipe are now noticed as expected. diff --git a/make.spec b/make.spec index e7433e6..1f36daf 100644 --- a/make.spec +++ b/make.spec @@ -17,7 +17,7 @@ Name: make -Version: 4.3.90 +Version: 4.3.92 Release: 0 Summary: GNU make License: GPL-2.0-or-later @@ -29,9 +29,6 @@ Source1: https://ftp.gnu.org/gnu/make/make-%{version}.tar.gz.sig Source2: %{name}.keyring Patch1: make-testcases_timeout.diff Patch64: make-library-search-path.diff -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: makeinfo BuildRequires: pkgconfig Requires(post): %{install_info_prereq} Requires(preun):%{install_info_prereq} @@ -50,13 +47,11 @@ if [ %{_lib} = lib64 ]; then fi %build -autoreconf -fi -export CFLAGS="%{optflags}" %configure -make %{?_smp_mflags} +%make_build %check -make %{?_smp_mflags} check || { +%make_build check || { for f in tests/work/*/*.diff; do test -f "$f" || continue printf "++++++++++++++ %s ++++++++++++++\n" "${f##*/}"