Re: GNU make release candidate 4.1.90 available for download
"h.becker" <[email protected]> Tue, 26 Apr 2016 17:14:47 +0200
| Newsgroups | gmane.comp.gnu.make.devel |
|---|---|
| Message-ID | <[email protected]> |
On 04/23/2016 11:32 PM, Paul Smith wrote:
> --------------------------------------------------------------------
> GNU make is a tool which controls the generation of executables and
> other non-source files of a program from the program's source files.
>
> You can learn more at: http://www.gnu.org/software/make/
> --------------------------------------------------------------------
>
> A new release candidate for GNU make 4.2 is available now for download:
>
> 90a3ac4fbf4a1cf8dacaf92b079b16b2 make-4.1.90.tar.bz2
> ffd56d762220269c0534edfda9197cb3 make-4.1.90.tar.gz
>
> You can obtain a copy from: http://alpha.gnu.org/gnu/make/
On Tru64, besides the known and expected missing c99 function isblank()
there was one warning:
cc: Warning: main.c, line 2628: In this statement, the referenced type
of the pointer value
"(switches[i].long_name==0?"":switches[i].long_name)" is const, but the
referenced type of the target of this assignment is not. (notconstqual)
long_options[i].name = (switches[i].long_name == 0 ? "" :
------^
Other than making make with itself, I didn't test much, so far:
semmel> ./make -v
GNU Make 4.1.90
Built for alphaev6-dec-osf5.1b
Copyright (C) 1988-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
semmel>