[DRE-commits] [ruby-build] 04/10: Add RUBY_CONFIGURE_OPTS and RUBY_MAKE_OPTS to manpage
Sebastian Boehm
sometimesfood-guest at moszumanska.debian.org
Mon Feb 24 19:44:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
sometimesfood-guest pushed a commit to branch master
in repository ruby-build.
commit 6085699f06ccc25b1b5434f62b9be246ed7e8f9f
Author: Sebastian Boehm <sebastian at sometimesfood.org>
Date: Sun Dec 29 12:35:13 2013 +0100
Add RUBY_CONFIGURE_OPTS and RUBY_MAKE_OPTS to manpage
---
debian/ruby-build.1.ronn | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/debian/ruby-build.1.ronn b/debian/ruby-build.1.ronn
index 08b7b6d..8a5c455 100644
--- a/debian/ruby-build.1.ronn
+++ b/debian/ruby-build.1.ronn
@@ -88,6 +88,16 @@ Install Ruby from a custom definition into `~/your-ruby`:
If set, forces `ruby-build` to download packages from their
original source URLs instead of using a mirror.
+ * `RUBY_CONFIGURE_OPTS`:
+ Options that are passed to `./configure` when building a Ruby. In
+ contrast to `CONFIGURE_OPTS`, these are only passed to Ruby and
+ not to any dependent packages (such as libyaml).
+
+ * `RUBY_MAKE_OPTS`:
+ Options that are passed to `make` when building a Ruby. In
+ contrast to `MAKE_OPTS`, these are only passed to Ruby and not to
+ any dependent packages (such as libyaml).
+
* `TMPDIR`:
Sets the location where `ruby-build` stores temporary files.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-build.git
More information about the Pkg-ruby-extras-commits
mailing list