aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorBasile Starynkevitch <basile@starynkevitch.net>2008-10-05 19:40:25 +0000
committerBasile Starynkevitch <basile@starynkevitch.net>2008-10-05 19:40:25 +0000
commit19c4c4bb70bf298cdc7bfa839ab83a30de58e972 (patch)
tree21e4423a1a871c37d08bfd17c3fba909461113d1 /maintainer-scripts
parent352b2e956f5a64d994c091ef26d1b36b2b45c3f5 (diff)
2008-10-05 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r140892 git-svn-id: https://gcc.gnu.org/svn/gcc/branches/melt-branch@140894 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog4
-rwxr-xr-xmaintainer-scripts/gcc_release14
2 files changed, 11 insertions, 7 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 734a2d7d5d7..27f1c59239b 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-04 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * gcc_release: Fix a couple of comments.
+
2008-07-04 Joseph Myers <joseph@codesourcery.com>
* crontab: Remove 4.1 snapshots job.
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index 467ec4e4aca..cb44b19bc76 100755
--- a/maintainer-scripts/gcc_release
+++ b/maintainer-scripts/gcc_release
@@ -232,10 +232,10 @@ EOF
xargs md5sum >>MD5SUMS
}
-# Buid a single tarfile. The first argument is the name of the name
-# of the tarfile to build, without any suffixes. They will be added
-# automatically. The rest of the arguments are the files or
-# directories to include, and possibly other arguments to tar.
+# Build a single tarfile. The first argument is the name of the tarfile
+# to build, without any suffixes. They will be added automatically. The
+# rest of the arguments are files or directories to include, and possibly
+# other arguments to tar.
build_tarfile() {
# Get the name of the destination tar file.
@@ -384,7 +384,7 @@ upload_files() {
done
}
-#Print description if snapshot exists
+# Print description if snapshot exists.
snapshot_print() {
if [ -e ${RELEASE}/$1 ]; then
printf "%-38s%s\n\n" "$1" "$2" >> ${SNAPSHOT_README}
@@ -536,7 +536,7 @@ TAG=""
OLD_TARS=""
# The directory that will be used to construct the release. The
-# release itself will be placed in a subdirectory of this diretory.
+# release itself will be placed in a subdirectory of this directory.
DESTINATION=${HOME}
# The subdirectory.
WORKING_DIRECTORY=""
@@ -678,7 +678,7 @@ else
# If diffs are requested when building locally on gcc.gnu.org, we (usually)
# know what the last snapshot date was and take the corresponding tarballs,
- # unless the user specified tarballs explictly.
+ # unless the user specified tarballs explicitly.
if [ $MODE_DIFFS -ne 0 ] && [ $LOCAL -ne 0 ] && [ -z "${OLD_TARS}" ]; then
LAST_DATE=`cat ~/.snapshot_date-${BRANCH}`
OLD_TARS=${SNAPSHOTS_DIR}/${BRANCH}-${LAST_DATE}/gcc-${BRANCH}-${LAST_DATE}.tar.bz2