GNU Make release 4.2.

This commit is contained in:
Paul Smith 2016-05-21 15:23:54 -04:00
parent 9bb994e831
commit ec61980122
6 changed files with 11 additions and 10 deletions

8
.gitignore vendored
View File

@ -35,10 +35,10 @@ make
*.sbr *.sbr
# Windows build artifacts # Windows build artifacts
/WinDebug/ WinDebug/
/WinRel/ WinRel/
/GccDebug/ GccDebug/
/GccRel/ GccRel/
# Distribution artifacts # Distribution artifacts
.dep_segment .dep_segment

View File

@ -74,7 +74,7 @@ endif
# Extra stuff to include in the distribution. # Extra stuff to include in the distribution.
EXTRA_DIST = README build.sh.in $(man_MANS) \ EXTRA_DIST = ChangeLog README build.sh.in $(man_MANS) \
README.customs README.OS2 \ README.customs README.OS2 \
SCOPTIONS SMakefile \ SCOPTIONS SMakefile \
README.Amiga Makefile.ami config.ami make.lnk amiga.c amiga.h \ README.Amiga Makefile.ami config.ami make.lnk amiga.c amiga.h \

4
NEWS
View File

@ -1,6 +1,6 @@
GNU make NEWS -*-indented-text-*- GNU make NEWS -*-indented-text-*-
History of user-visible changes. History of user-visible changes.
11 Apr 2016 22 May 2016
See the end of this file for copyrights and conditions. See the end of this file for copyrights and conditions.
@ -9,7 +9,7 @@ manual, which is contained in this distribution as the file doc/make.texi.
See the README file and the GNU make manual for instructions for See the README file and the GNU make manual for instructions for
reporting bugs. reporting bugs.
Version 4.1.90 (11 Apr 2016) Version 4.2 (22 May 2016)
A complete list of bugs fixed in this version is available here: A complete list of bugs fixed in this version is available here:

View File

@ -243,7 +243,8 @@ work on it:
Where to Announce Where to Announce
----------------- -----------------
Create the announcement in a text file, then sign it with GPG. Create the announcement in a text file, using 'git shortlog',
then sign it with GPG:
gpg --clearsign <announcement.txt> gpg --clearsign <announcement.txt>

View File

@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>. # this program. If not, see <http://www.gnu.org/licenses/>.
AC_INIT([GNU make],[4.1.90],[bug-make@gnu.org]) AC_INIT([GNU make],[4.2],[bug-make@gnu.org])
AC_PREREQ([2.69]) AC_PREREQ([2.69])

View File

@ -3,7 +3,7 @@
@setfilename make.info @setfilename make.info
@include version.texi @include version.texi
@set EDITION 0.73 @set EDITION 0.74
@settitle GNU @code{make} @settitle GNU @code{make}
@setchapternewpage odd @setchapternewpage odd