This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH for Re: IMPORTANT 3.0 PATCH: gcc_release


On Wed, 13 Jun 2001, Gerald Pfeifer wrote:
> I'll try to have a patch to copy bugs.html and gnats.html by midnight
> (local time), i.e., in about four or five hours.

Here it is. Tested on i386-unknown-freebsd4.3, and installed. (I assume
your pre-approval for the fixes for Joseph's PR holds for this as well?)

Gerald

2001-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* gcc_release (build_sources): Obtain some documentation files
	from the wwwdocs module.

Index: gcc_release
===================================================================
RCS file: /cvs/gcc/egcs/contrib/Attic/gcc_release,v
retrieving revision 1.1.2.8
diff -u -3 -p -r1.1.2.8 gcc_release
--- gcc_release	2001/06/13 18:39:20	1.1.2.8
+++ gcc_release	2001/06/13 22:59:24
@@ -122,8 +122,18 @@ build_sources() {
   changedir "gcc-${RELEASE}"
   contrib/gcc_update --touch

+  # Obtain some documentation files from the wwwdocs module.
+  inform "Retrieving bugs.html and gnats.html"
+  changedir "${WORKING_DIRECTORY}"
+  ${CVS} \
+       -z 9 export \
+	-r HEAD wwwdocs/htdocs/bugs.html wwwdocs/htdocs/gnats.html
+  cp ${WORKING_DIRECTORY}/wwwdocs/htdocs/bugs.html ${SOURCE_DIRECTORY}
+  cp ${WORKING_DIRECTORY}/wwwdocs/htdocs/gnats.html ${SOURCE_DIRECTORY}
+
   # For a prerelease or real release, we need to generate additional
   # files not present in CVS.
+  changedir "gcc-${RELEASE}"
   if [ $SNAPSHOT -ne 1 ]; then
     # Generate the documentation.
     inform "Building install docs"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]