Commit 722962a6 by Paolo Carlini Committed by Paolo Carlini

gcc_release (build_sources): Generate the NEWS file in toplevel.

2004-05-21  Paolo Carlini  <pcarlini@suse.de>

	* gcc_release (build_sources): Generate the NEWS file in toplevel.

From-SVN: r82095
parent f1865cde
2004-05-21 Paolo Carlini <pcarlini@suse.de>
* gcc_release (build_sources): Generate the NEWS file in toplevel.
2004-05-17 Kelley Cook <kcook@gcc.gnu.org> 2004-05-17 Kelley Cook <kcook@gcc.gnu.org>
* gcc_release (build_sources): Change CRCs from brik to md5sum. * gcc_release (build_sources): Change CRCs from brik to md5sum.
......
...@@ -232,7 +232,7 @@ EOF ...@@ -232,7 +232,7 @@ EOF
${SOURCE_DIRECTORY}/gcc/doc/install.texi2html ${SOURCE_DIRECTORY}/gcc/doc/install.texi2html
# Regenerate the NEWS file. # Regenerate the NEWS file.
contrib/gennews > gcc/NEWS || \ contrib/gennews > NEWS || \
error "Could not regenerate NEWS files" error "Could not regenerate NEWS files"
# Now, we must build the compiler in order to create any generated # Now, we must build the compiler in order to create any generated
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment