Re: GNU make 4.2 (and 4.2.1) failing due to length of command-line
Eli Zaretskii <[email protected]> Wed, 22 Jun 2016 20:55:00 +0300
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
> From: Adrian Muresan <[email protected]> > CC: "[email protected]" <[email protected]> > Date: Wed, 22 Jun 2016 17:44:33 +0000 > > This is an interesting data-point. > > I used make 3.81 directly from SourceForge and it also failed with same error. > > C:\Users\mureadr\Desktop\A\HMI_FORGF\bld\armle-v7\release\fordhmi>"C:\GnuWin32\bin\make.exe" > deploy_marketProperties --debug=vjm --print-data-base > 381-SForge.err 2>&1 > See 381-SForge.err > > But when I used the 3.81 that comes with the QNX SDK, it works fine > > C:\Users\mureadr\Desktop\A\HMI_FORGF\bld\armle-v7\release\fordhmi>where make > C:\QNX650\host\win32\x86\usr\bin\make.exe I guess they've made some changes in Make when they built it. Do they provide the sources or diffs relative to upstream release? They should, according to GPL.