aboutsummaryrefslogtreecommitdiff
path: root/packages/make/4.3
Commit message (Collapse)AuthorAgeFilesLines
* provide a workaround for a glibc and GNU make incompatibilityChris Packham2023-07-211-1/+1
| | | | | | | | | | | Versions of GNU make newer than 4.4 trigger a hang in versions of glibc older than 2.31. As distros update to the newer GNU make version we'll start seeing more and more reports of this hang. Fortunately we already carry GNU make as a comp tool so all we need to do is select the right version when needed. Fixes #1946, #1932, #1975 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* make: Add GNU Make 4.4Chris Packham2022-12-111-0/+1
| | | | | | | | https://lists.gnu.org/archive/html/info-gnu/2022-10/msg00008.html Add GNU Make 4.4, mark 4.2.1 and 4.3 as obsolete. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Add make 4.3Alexey Neyman2020-02-262-0/+8
Signed-off-by: Alexey Neyman <stilor@att.net>