]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc_release (build_sources): Create/update the LAST_UPDATED file in the source direct...
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 24 Aug 2003 13:28:53 +0000 (13:28 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 24 Aug 2003 13:28:53 +0000 (13:28 +0000)
* gcc_release (build_sources): Create/update the LAST_UPDATED file
in the source directory with information how sources were obtained.

From-SVN: r70762

maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release

index aadc6feffd3c373482ae84be910dd32707883525..45cba3ea18d926de11ed323a5a2a60c932363f77 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * gcc_release (build_sources): Create/update the LAST_UPDATED file
+       in the source directory with information how sources were obtained.
+       
 2003-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * gcc_release (build_sources): Use two new variables EXPORTTAG and
index 2db5010e6da1094f31ec11eb00c63190506bbdfc..6a5fd86d7ddb792e237b15f0d9c32349718887ab 100755 (executable)
@@ -188,9 +188,11 @@ EOF
     error "Cannot specify -r and -D at the same time"
   fi
 
-  # Run gcc_update on them to set up the timestamps nicely.
+  # Run gcc_update on them to set up the timestamps nicely, and (re)write
+  # the LAST_UPDATED file containing the CVS tag/date used.
   changedir "gcc-${RELEASE}"
   contrib/gcc_update --touch
+  echo "Obtained from CVS: ${EXPORTTAG} ${EXPORTDATE}" > LAST_UPDATED
 
   # Obtain some documentation files from the wwwdocs module.
   inform "Retrieving HTML documentation"