Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby-build
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
OpenEdx
ruby-build
Commits
433f56cd
Commit
433f56cd
authored
Nov 01, 2011
by
jc00ke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove log info for rake & create symlinks
parent
929711f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
bin/ruby-build
+6
-5
No files found.
bin/ruby-build
View file @
433f56cd
...
@@ -172,13 +172,14 @@ build_package_maglev() {
...
@@ -172,13 +172,14 @@ build_package_maglev() {
{
cd
"
${
PREFIX_PATH
}
"
{
cd
"
${
PREFIX_PATH
}
"
./install.sh
./install.sh
cd
"
${
PREFIX_PATH
}
/bin"
echo
"Creating symlink for ruby*"
ln
-fs
maglev-ruby ruby
echo
"Creating symlink for irb*"
ln
-fs
maglev-irb irb
}
>
&4 2>&1
}
>
&4 2>&1
echo
echo
echo
"Using another Ruby (Rubinius 1.2.4 or 2.0.0x, MRI, etc)"
echo
"Run 'maglev start' to start up the stone before using 'ruby' or 'irb'"
echo
"from within
$PREFIX_PATH
run"
echo
"/path/to/that/other/rake build:maglev"
echo
echo
"Run 'maglev start' to start up the stone before using 'maglev-ruby' or 'maglev-irb'"
}
}
build_package_jruby
()
{
build_package_jruby
()
{
...
...
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