18 Commits

Author SHA1 Message Date
Julian Aron Prenner edf7729d89 Correctly handle relative paths 2015-01-07 09:31:30 +01:00
Julian Aron Prenner 432afa2c42 Properly implement directory tasks 2015-01-06 21:23:19 +01:00
Mitchell Blank Jr 688602eb81 Fix incorrect info in minirake's help message -- "-q" is the default, not "-v" 2014-05-14 14:15:13 -07:00
take_cheeze d54c250839 Add -C (--directory) option to minirake. 2014-03-30 09:23:14 +09:00
h2so5 3fb5654510 Rename --pull_gems to --pull-gems 2013-07-26 18:08:38 +09:00
kyab 8eab806da8 Add --pull_gems option to minirake 2013-07-04 22:09:05 +09:00
Nihad Abbasov 9dd539bb15 remove unused variables 2013-05-09 17:05:59 +05:00
h2so5 713615e948 Set ENV before loading Rakefile in minirake 2013-04-24 12:21:27 +09:00
nkshigeru 695920f515 fix access denied error at incremental build 2013-02-21 16:50:39 +09:00
Ravil Bayramgalin c7c435cf23 Extend MiniRake::DSL module to prevent inheritance pollution
```include MiniRake::DSL``` on toplevel will pollute ancestor tree of every object.

```extend MiniRake::DSL``` will add those methods only to ```main``` object.

Rake does the same: https://github.com/jimweirich/rake/blob/master/lib/rake/dsl_definition.rb#L153
2013-02-12 20:07:46 +04:00
Daniel Bovensiepen 56928e9fee make minirake respect verbose and set verbose to false by default 2013-01-21 15:57:45 +08:00
Yuichiro MASUI 7c469c0b9d Rebuild CRuby based building script without Makefile
Tested CRuby 1.8.6 and 1.9.3

You can see building configuration in build_config.rb
2013-01-03 02:24:15 +09:00
Yuichiro MASUI dee0b2283c Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgems 2012-12-22 01:38:06 +09:00
mattn bb7f0fdc90 add 'default' task if not specified. 2012-12-20 16:14:42 +09:00
Akira Yumiyama aab75e1137 minirake exit status not 0, when build failed. 2012-12-18 19:56:25 +09:00
Selman ULUG 137ec8de05 fix (-T, --tasks) show tasks 2012-12-17 11:48:21 +02:00
Yuichiro MASUI 8f9105d21a Moved some building script from GNU make to Ruby script
Added minirake what's Rake subset
2012-12-17 02:19:46 +09:00
Yuichiro MASUI 06d242ae43 Moved some building script from GNU make to Ruby script
Added minirake what's Rake subset
2012-12-16 01:56:03 +09:00