aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/gcc_release
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-24 13:28:53 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-24 13:28:53 +0000
commit18e24ca496a0130761c67a63268b098ff365363b (patch)
tree17965727885c1a4edb9889c08a48703eae775c30 /maintainer-scripts/gcc_release
parent2b383ba90c60e98c033b96c94a27556a60ddf335 (diff)
* gcc_release (build_sources): Create/update the LAST_UPDATED file
in the source directory with information how sources were obtained. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70762 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts/gcc_release')
-rwxr-xr-xmaintainer-scripts/gcc_release4
1 files changed, 3 insertions, 1 deletions
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index 2db5010e6da..6a5fd86d7dd 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"