<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/template/exts.mk.tmpl, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>MSWin: Use MESSAGE_BEGIN/MESSAGE_END instead of bare `echo`</title>
<updated>2023-03-02T10:18:13+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-03-02T10:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=72811deaa8be9101e2be7533118f136cef78dbb4'/>
<id>72811deaa8be9101e2be7533118f136cef78dbb4</id>
<content type='text'>
To strip enclosing double quotes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To strip enclosing double quotes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix paths of exts.mk to clean</title>
<updated>2022-08-11T08:43:46+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-08-11T06:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=26054c74619d36b2781e872fad15a1a0bfab1be1'/>
<id>26054c74619d36b2781e872fad15a1a0bfab1be1</id>
<content type='text'>
exts.mk files are one level under the top of extension directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
exts.mk files are one level under the top of extension directories.
</pre>
</div>
</content>
</entry>
<entry>
<title>Retrieve previously configured macros also other than `extensions`</title>
<updated>2022-04-07T06:03:24+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-04-07T06:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=21f006f5f7c161fd3857f69186e810f1958bd7f0'/>
<id>21f006f5f7c161fd3857f69186e810f1958bd7f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Retrieve configured gems info</title>
<updated>2022-04-07T00:47:10+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-04-06T11:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=17ce0b9b846a065065008b5fb2e9f8ad13058fa1'/>
<id>17ce0b9b846a065065008b5fb2e9f8ad13058fa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bundled gems are expanded under `.bundle/gems` now</title>
<updated>2022-04-07T00:47:10+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-04-05T14:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=db3d111c1d1e90b400f1e737ded6a4e4bdf2cec8'/>
<id>db3d111c1d1e90b400f1e737ded6a4e4bdf2cec8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>exts.mk.tmpl: propagate MINIRUBY to enc.mk even though invoking from exts.mk</title>
<updated>2022-03-09T13:43:02+00:00</updated>
<author>
<name>Yuta Saito</name>
<email>kateinoigakukun@gmail.com</email>
</author>
<published>2022-03-07T05:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=77f3f8a1d4f45d06df6cfea2bac3a67867c19efb'/>
<id>77f3f8a1d4f45d06df6cfea2bac3a67867c19efb</id>
<content type='text'>
This is another attempt to fix out-of-src build with
--with-static-linked-ext. The first attempt was
4f1888bda70981d9f5b1bf55ab692e0ce18e79f4 but reverted because it broke
out-of-src build from pre-generated sources via `make dist`.
This patch fixes the second trans C source gen, mentioned in the
previous commit message, by passing MINIRUBY as well as when invoking
from common.mk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is another attempt to fix out-of-src build with
--with-static-linked-ext. The first attempt was
4f1888bda70981d9f5b1bf55ab692e0ce18e79f4 but reverted because it broke
out-of-src build from pre-generated sources via `make dist`.
This patch fixes the second trans C source gen, mentioned in the
previous commit message, by passing MINIRUBY as well as when invoking
from common.mk
</pre>
</div>
</content>
</entry>
<entry>
<title>transcode-tblgen.rb: make silent a little when just -v</title>
<updated>2020-12-29T08:45:19+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-29T07:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d57c5a7b61c256f3216e82fe1ca6b5b6b9e50752'/>
<id>d57c5a7b61c256f3216e82fe1ca6b5b6b9e50752</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore configurations in un-built extension libraries</title>
<updated>2020-06-22T15:25:36+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-06-22T15:14:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ec9a9aaa5171f176076f52180248329de9920ff6'/>
<id>ec9a9aaa5171f176076f52180248329de9920ff6</id>
<content type='text'>
Exclude linker flags for external libraries used by no longer
built extension libraries when static-linked-ext.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exclude linker flags for external libraries used by no longer
built extension libraries when static-linked-ext.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build configured extension libraries only</title>
<updated>2020-06-19T06:35:14+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-06-19T06:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f3e081c6b6f877c498ce9203429ee4fd7e812837'/>
<id>f3e081c6b6f877c498ce9203429ee4fd7e812837</id>
<content type='text'>
Consider the libraries, which remain exts.mk but not listed in
ext/configure-ext.mk, removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Consider the libraries, which remain exts.mk but not listed in
ext/configure-ext.mk, removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Now bundled gems are extracted under .bundle/gems</title>
<updated>2020-06-19T05:02:46+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-06-19T05:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1e7c0ccb0dbe4d65f914a3547aa6ea2503199f01'/>
<id>1e7c0ccb0dbe4d65f914a3547aa6ea2503199f01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
