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
551bf0c6
Commit
551bf0c6
authored
Nov 21, 2020
by
KOBAYASHI Shuji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move some `.rake` files to `tasks` directory for consistency
parent
fb028b47
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
Rakefile
Rakefile
+2
-2
tasks/core.rake
tasks/core.rake
+0
-0
tasks/mrblib.rake
tasks/mrblib.rake
+0
-0
No files found.
Rakefile
View file @
551bf0c6
...
...
@@ -22,8 +22,8 @@ MRuby.each_target do |build|
end
# load custom rules
load
"
#{
MRUBY_ROOT
}
/
src/mruby_
core.rake"
load
"
#{
MRUBY_ROOT
}
/
mrblib
/mrblib.rake"
load
"
#{
MRUBY_ROOT
}
/
tasks/
core.rake"
load
"
#{
MRUBY_ROOT
}
/
tasks
/mrblib.rake"
load
"
#{
MRUBY_ROOT
}
/tasks/mrbgems.rake"
load
"
#{
MRUBY_ROOT
}
/tasks/libmruby.rake"
...
...
src/mruby_
core.rake
→
tasks/
core.rake
View file @
551bf0c6
File moved
mrblib
/mrblib.rake
→
tasks
/mrblib.rake
View file @
551bf0c6
File moved
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