Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
d1f474c2
Commit
d1f474c2
authored
Feb 11, 2014
by
cremno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rakefile: make bin directory
parent
27dbcd0f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Rakefile
Rakefile
+4
-1
No files found.
Rakefile
View file @
d1f474c2
...
@@ -33,8 +33,11 @@ load "#{MRUBY_ROOT}/test/mrbtest.rake"
...
@@ -33,8 +33,11 @@ load "#{MRUBY_ROOT}/test/mrbtest.rake"
# generic build targets, rules
# generic build targets, rules
task
:default
=>
:all
task
:default
=>
:all
bin_path
=
"
#{
MRUBY_ROOT
}
/bin"
FileUtils
.
mkdir_p
bin_path
,
{
:verbose
=>
$verbose
}
depfiles
=
MRuby
.
targets
[
'host'
].
bins
.
map
do
|
bin
|
depfiles
=
MRuby
.
targets
[
'host'
].
bins
.
map
do
|
bin
|
install_path
=
MRuby
.
targets
[
'host'
].
exefile
(
"
#{
MRUBY_ROOT
}
/bin
/
#{
bin
}
"
)
install_path
=
MRuby
.
targets
[
'host'
].
exefile
(
"
#{
bin_path
}
/
#{
bin
}
"
)
source_path
=
MRuby
.
targets
[
'host'
].
exefile
(
"
#{
MRuby
.
targets
[
'host'
].
build_dir
}
/bin/
#{
bin
}
"
)
source_path
=
MRuby
.
targets
[
'host'
].
exefile
(
"
#{
MRuby
.
targets
[
'host'
].
build_dir
}
/bin/
#{
bin
}
"
)
file
install_path
=>
source_path
do
|
t
|
file
install_path
=>
source_path
do
|
t
|
...
...
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