Bug 16037 - [PATCH] configure: allow building with GNU Make 4
Summary: [PATCH] configure: allow building with GNU Make 4
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: build (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Allan McRae
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-10 03:30 UTC by Marc-Antoine Perennou
Modified: 2014-06-13 12:40 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
configure: allow building with GNU Make 4 (710 bytes, patch)
2013-10-10 03:31 UTC, Marc-Antoine Perennou
Details | Diff
configure: allow building with GNU Make 4 (708 bytes, patch)
2013-10-10 03:32 UTC, Marc-Antoine Perennou
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-Antoine Perennou 2013-10-10 03:30:25 UTC
GNU Make 4 was released yesterday.
Currently, our configure script won't allow it, telling it's too old.
Allow version 4.* to fix this
Comment 1 Marc-Antoine Perennou 2013-10-10 03:31:39 UTC
Created attachment 7228 [details]
configure: allow building with GNU Make 4
Comment 2 Marc-Antoine Perennou 2013-10-10 03:32:54 UTC
Created attachment 7229 [details]
configure: allow building with GNU Make 4

Actually allow 4.*, not 4*
Comment 3 Siddhesh Poyarekar 2013-10-10 04:45:24 UTC
Please follow the contribution checklist to contribute patches:

http://sourceware.org/glibc/wiki/Contribution%20checklist

The short version is that you need to send your patch to the libc-alpha mailing list following the format described in the link above.
Comment 4 Allan McRae 2013-10-31 02:41:50 UTC
commit 28d708c44bc47b56f6551ff285f78edcf61c208a
Author: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Date:   Thu Oct 31 12:37:50 2013 +1000

    Accept make versions 4.0 and greater