]> git.madduck.net Git - code/vcsh.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Make root tool configurable
authorGregor Jasny <gjasny@googlemail.com>
Thu, 17 Oct 2013 19:25:09 +0000 (21:25 +0200)
committerGregor Jasny <gjasny@googlemail.com>
Thu, 17 Oct 2013 19:25:09 +0000 (21:25 +0200)
commitccf40b91a67127084ee81e875ee5b77b3b0f019d
tree6e0da8f4fbc2e216b3358aafc6ec1fc66061373f
parent8fdcc3386f9767aebfecf3eda3cff16333273644
Make root tool configurable

On Macports one need to run ronn-1.9 instead of ronn. Therefore
make ronn tool configurable. one can now run

make RONN=ronn-1.9

to execute ronn-1.9 instead of the default ronn.

Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
Makefile