#39936: Update msys-make Open Date: 2020-01-18 22:29 Last Update: 2020-01-18 23:13 URL for this Ticket: https://osdn.net//projects/mingw/ticket/39936 RSS feed for this Ticket: https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39936 --------------------------------------------------------------------- Last Changes/Comment on this Ticket: 2020-01-18 23:13 Updated by: keith Comment: I suspect that the issue is not so much that msys-make doesn't support the define directive — that's been supported by every version of gnu-make which I recall using, over the past twenty years or so — but rather that your example usage requires support for the (redundant) = operator following the defined variable name; that syntax was introduced by gnu-make version 4.x, and isn't supported by earlier versions. Notwithstanding that you may be able to work around this, in your particular usage case, by simply removing that redundant operator, an updated release would certainly be welcome. However, I will leave it to Cesar to set an appropriate update schedule. --------------------------------------------------------------------- Ticket Status: Reporter: ant_222 Owner: (None) Type: Feature Request Status: Open Priority: 5 - Medium MileStone: (None) Component: MSYS Severity: 5 - Medium Resolution: None --------------------------------------------------------------------- Ticket details: This is a proposal to update the version of make provided in the msys-make package to a version that supports multiline define syntax: https://www.gnu.org/software/make/manual/html_node/Multi_002dLine.html It will facilitate the building of projects that rely on that feature of make, and generally on any feature introduced since make 3.81,which was released in 2006. In this particular case, the request was prompted by the inability to build dosbox-staging: https://github.com/dreamer/dosbox-staging -- Ticket information of MinGW - Minimalist GNU for Windows project MinGW - Minimalist GNU for Windows Project is hosted on OSDN Project URL: https://osdn.net/projects/mingw/ OSDN: https://osdn.net URL for this Ticket: https://osdn.net/projects/mingw/ticket/39936 RSS feed for this Ticket: https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39936