mirror of
https://github.com/mirror/make.git
synced 2025-01-27 04:40:33 +08:00
GNU Make release 4.2.
This commit is contained in:
parent
9bb994e831
commit
ec61980122
8
.gitignore
vendored
8
.gitignore
vendored
@ -35,10 +35,10 @@ make
|
||||
*.sbr
|
||||
|
||||
# Windows build artifacts
|
||||
/WinDebug/
|
||||
/WinRel/
|
||||
/GccDebug/
|
||||
/GccRel/
|
||||
WinDebug/
|
||||
WinRel/
|
||||
GccDebug/
|
||||
GccRel/
|
||||
|
||||
# Distribution artifacts
|
||||
.dep_segment
|
||||
|
@ -74,7 +74,7 @@ endif
|
||||
|
||||
# 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 \
|
||||
SCOPTIONS SMakefile \
|
||||
README.Amiga Makefile.ami config.ami make.lnk amiga.c amiga.h \
|
||||
|
4
NEWS
4
NEWS
@ -1,6 +1,6 @@
|
||||
GNU make NEWS -*-indented-text-*-
|
||||
History of user-visible changes.
|
||||
11 Apr 2016
|
||||
22 May 2016
|
||||
|
||||
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
|
||||
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:
|
||||
|
||||
|
@ -243,7 +243,8 @@ work on it:
|
||||
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>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# 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])
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
@setfilename make.info
|
||||
|
||||
@include version.texi
|
||||
@set EDITION 0.73
|
||||
@set EDITION 0.74
|
||||
|
||||
@settitle GNU @code{make}
|
||||
@setchapternewpage odd
|
||||
|
Loading…
Reference in New Issue
Block a user