Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
f913dcd6
Commit
f913dcd6
authored
Oct 04, 2008
by
Gerald Pfeifer
Committed by
Gerald Pfeifer
Oct 04, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc_release: Fix a couple of comments.
From-SVN: r140867
parent
27829eaa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
maintainer-scripts/ChangeLog
+4
-0
maintainer-scripts/gcc_release
+7
-7
No files found.
maintainer-scripts/ChangeLog
View file @
f913dcd6
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.
...
...
maintainer-scripts/gcc_release
View file @
f913dcd6
...
...
@@ -232,10 +232,10 @@ EOF
xargs md5sum >>MD5SUMS
}
# Bui
d a single tarfile. The first argument is the name of the nam
e
#
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.
# Bui
ld a single tarfile. The first argument is the name of the tarfil
e
#
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
dire
c
tory
.
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
explic
i
tly
.
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment