From 4fdbb1def5fa04e1cdb8595eb25ebcf09d83f5e4 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 24 Aug 2003 13:28:53 +0000 Subject: [PATCH] gcc_release (build_sources): Create/update the LAST_UPDATED file in the source directory with information... * 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 | 5 +++++ maintainer-scripts/gcc_release | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index aadc6feffd3c..45cba3ea18d9 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,8 @@ +2003-08-24 Gerald Pfeifer + + * 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 * gcc_release (build_sources): Use two new variables EXPORTTAG and diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 2db5010e6da1..6a5fd86d7ddb 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -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" -- 2.43.5