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
This commit is contained in:
parent
30c3267cef
commit
4fdbb1def5
2 changed files with 8 additions and 1 deletions
|
@ -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>
|
2003-08-16 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
* gcc_release (build_sources): Use two new variables EXPORTTAG and
|
* gcc_release (build_sources): Use two new variables EXPORTTAG and
|
||||||
|
|
|
@ -188,9 +188,11 @@ EOF
|
||||||
error "Cannot specify -r and -D at the same time"
|
error "Cannot specify -r and -D at the same time"
|
||||||
fi
|
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}"
|
changedir "gcc-${RELEASE}"
|
||||||
contrib/gcc_update --touch
|
contrib/gcc_update --touch
|
||||||
|
echo "Obtained from CVS: ${EXPORTTAG} ${EXPORTDATE}" > LAST_UPDATED
|
||||||
|
|
||||||
# Obtain some documentation files from the wwwdocs module.
|
# Obtain some documentation files from the wwwdocs module.
|
||||||
inform "Retrieving HTML documentation"
|
inform "Retrieving HTML documentation"
|
||||||
|
|
Loading…
Add table
Reference in a new issue