Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
llvm-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Oniro Core
llvm-project
Commits
b6a9b36e
Commit
b6a9b36e
authored
20 years ago
by
John Criswell
Browse files
Options
Downloads
Patches
Plain Diff
Setup the llvm-gcc tarball the way we have always done.
llvm-svn: 15687
parent
0fe9bd9e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/utils/mkrel.sh
+10
-2
10 additions, 2 deletions
llvm/utils/mkrel.sh
with
10 additions
and
2 deletions
llvm/utils/mkrel.sh
+
10
−
2
View file @
b6a9b36e
...
...
@@ -27,15 +27,23 @@ dir=$3
# Create the working directory and make it the current directory.
#
mkdir
-p
$dir
echo
"Changing directory to
$dir
"
cd
$dir
#
# Extract the LLVM sources given the label.
#
echo
"Extracting source
$tag
from
$cvsroot
"
cvs
-d
$cvsroot
export
-r
$tag
llvm llvm-gcc
#
# Move the llvm-gcc sources so that they match what is used by end-users.
#
mkdir
-p
cfrontend
mv
llvm-gcc cfrontend/src
#
# Create source tarballs.
#
tar
-c
v
f
- llvm |
gzip
>
llvm-
${
version
}
.tar.gz
tar
-c
v
f
-
llvm-gcc
|
gzip
>
cfrontend-
${
version
}
.source.tar.gz
tar
-cf
- llvm |
gzip
>
llvm-
${
version
}
.tar.gz
tar
-cf
-
cfrontend
|
gzip
>
cfrontend-
${
version
}
.source.tar.gz
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment