gcc_release (build_sources): Use --enable-generated-files-in-srcdir.

2003-10-23  Kelley Cook  <kcook@gcc.gnu.org>

	* gcc_release (build_sources): Use --enable-generated-files-in-srcdir.

From-SVN: r72904
This commit is contained in:
Kelley Cook 2003-10-24 19:32:02 +00:00 committed by R. Kelley Cook
parent fe8738988d
commit e9b3872d54
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-10-24 Kelley Cook <kcook@gcc.gnu.org>
* gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
2003-09-22 Gerald Pfeifer <gerald@pfeifer.com>
* gcc_release (announce_snapshot): Restructure processing

View File

@ -236,7 +236,8 @@ EOF
# on at least one platform.
inform "Building compiler"
OBJECT_DIRECTORY=../objdir
contrib/gcc_build -d ${SOURCE_DIRECTORY} -o ${OBJECT_DIRECTORY} build || \
contrib/gcc_build -d ${SOURCE_DIRECTORY} -o ${OBJECT_DIRECTORY} \
-c "--enable-generated-files-in-srcdir" build || \
error "Could not rebuild GCC"
# Regenerate the Fotran NEWS and BUGS files.