1. 27 Sep, 2015 2 commits
  2. 26 Sep, 2015 1 commit
  3. 25 Sep, 2015 2 commits
  4. 23 Sep, 2015 3 commits
  5. 22 Sep, 2015 4 commits
  6. 21 Sep, 2015 8 commits
  7. 20 Sep, 2015 1 commit
  8. 19 Sep, 2015 2 commits
  9. 18 Sep, 2015 4 commits
  10. 17 Sep, 2015 3 commits
  11. 16 Sep, 2015 1 commit
  12. 15 Sep, 2015 2 commits
  13. 14 Sep, 2015 2 commits
  14. 12 Sep, 2015 1 commit
  15. 11 Sep, 2015 3 commits
  16. 10 Sep, 2015 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Customize installation directory using INSTALL_DIR environment variable · 291265ec
      Tatsuhiro Tsujikawa authored
      Previously, minirake installed several commands (e.g., mrbc) in
      repository locally under bin directory.  But there was no knob for
      users to change this directory.  It effectively made `make distcheck`
      fail if mruby was embedded into project managed by autotools.
      
      This change adds a way for the user to change installation directory
      by setting INSTALL_DIR environment variable.
      291265ec