[前][次][番号順一覧][スレッド一覧]

ruby-changes:73612

From: Takashi <ko1@a...>
Date: Mon, 19 Sep 2022 15:14:06 +0900 (JST)
Subject: [ruby-changes:73612] 7cab7e5fde (master): Stop recommending duplicated options [ci skip] (#6400)

https://git.ruby-lang.org/ruby.git/commit/?id=7cab7e5fde

From 7cab7e5fde150bdef955ba4182d26f84e1c5d122 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Mon, 19 Sep 2022 15:13:53 +0900
Subject: Stop recommending duplicated options [ci skip] (#6400)

---
 doc/yjit/yjit.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index 1eeb75824a..c2521eba42 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -79,7 +79,7 @@ The YJIT `ruby` binary can be built with either GCC or Clang. It can be built ei https://github.com/ruby/ruby/blob/trunk/doc/yjit/yjit.md#L79
 ```
 # Configure in release mode for maximum performance, build and install
 ./autogen.sh
-./configure --enable-yjit --prefix=$HOME/.rubies/ruby-yjit --disable-install-doc --disable--install-rdoc
+./configure --enable-yjit --prefix=$HOME/.rubies/ruby-yjit --disable-install-doc
 make -j install
 ```
 
@@ -88,7 +88,7 @@ or https://github.com/ruby/ruby/blob/trunk/doc/yjit/yjit.md#L88
 ```
 # Configure in dev (debug) mode for development, build and install
 ./autogen.sh
-./configure --enable-yjit=dev --prefix=$HOME/.rubies/ruby-yjit --disable-install-doc --disable--install-rdoc
+./configure --enable-yjit=dev --prefix=$HOME/.rubies/ruby-yjit --disable-install-doc
 make -j install
 ```
 
@@ -100,7 +100,7 @@ brew install openssl readline libyaml https://github.com/ruby/ruby/blob/trunk/doc/yjit/yjit.md#L100
 
 # Configure in dev (debug) mode for development, build and install
 ./autogen.sh
-./configure --enable-yjit=dev --prefix=$HOME/.rubies/ruby-yjit --disable-install-doc --disable--install-rdoc --with-opt-dir="$(brew --prefix openssl):$(brew --prefix readline):$(brew --prefix libyaml)"
+./configure --enable-yjit=dev --prefix=$HOME/.rubies/ruby-yjit --disable-install-doc --with-opt-dir="$(brew --prefix openssl):$(brew --prefix readline):$(brew --prefix libyaml)"
 make -j install
 ```
 
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]