]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR other/56653 (Warning when verifying checksums from MD5SUMS file in tarballs)
authorDmitry Gorbachev <d.g.gorbachev@gmail.com>
Sat, 1 Feb 2014 12:01:56 +0000 (12:01 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sat, 1 Feb 2014 12:01:56 +0000 (12:01 +0000)
PR other/56653
* gcc_release: Avoid printing empty line to generated MD5SUMS files.
Bump copyright year.

From-SVN: r207387

maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release

index 867d0ca477168fa79caa5f9ee762aa0671969930..bc8ec38dc9c9abdd449958b2d0a65385668e3599 100644 (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
index ee7822bf39dcb3b4c3e688f13d873f1fd0a028e2..c20b410bd22a109fec98a30a1c1256339aec0ef2 100755 (executable)
@@ -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' |