re PR other/56653 (Warning when verifying checksums from MD5SUMS file in tarballs)

PR other/56653
	* gcc_release: Avoid printing empty line to generated MD5SUMS files.
	Bump copyright year.

From-SVN: r207387
This commit is contained in:
Dmitry Gorbachev 2014-02-01 12:01:56 +00:00 committed by Gerald Pfeifer
parent e1a9abc608
commit bca420ed5f
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2014-02-01 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
PR other/56653
* gcc_release: Avoid printing empty line to generated MD5SUMS files.
Bump copyright year.
2013-12-02 Gerald Pfeifer <gerald@pfeifer.com>
* update_web_docs_svn: Work around makeinfo generated file names

View File

@ -9,7 +9,7 @@
# Contents:
# Script to create a GCC release.
#
# Copyright (c) 2001, 2002, 2006, 2009, 2010, 2011 Free Software Foundation.
# Copyright (c) 2001-2014 Free Software Foundation.
#
# This file is part of GCC.
#
@ -213,7 +213,7 @@ EOF
#
# Suggested usage:
# md5sum -c MD5SUMS | grep -v \"OK$\"
" > MD5SUMS
#" > MD5SUMS
find . -type f |
sed -e 's:^\./::' -e '/MD5SUMS/d' |