<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/otp_build, branch maint</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Fix build of bootstrap</title>
<updated>2019-03-05T15:23:33+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-05T15:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d395b625fab5a5b0119123e4c956c7efecf50662'/>
<id>d395b625fab5a5b0119123e4c956c7efecf50662</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win32: Fix ./otp_build debuginfo_win32</title>
<updated>2019-02-22T10:12:54+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-02-18T14:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9465811e719b5ed4b1b9be443b209a7df0c7e7f0'/>
<id>9465811e719b5ed4b1b9be443b209a7df0c7e7f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move configuration of crypto to crypto application from erts</title>
<updated>2018-08-21T15:40:59+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2018-07-18T13:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b3f4e9ee21b1f400b3c26c18c56ebc1ec13b5b4e'/>
<id>b3f4e9ee21b1f400b3c26c18c56ebc1ec13b5b4e</id>
<content type='text'>
In order to be able to handle runtime library path in crypto
also DED parts was broken out into a macro.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to be able to handle runtime library path in crypto
also DED parts was broken out into a macro.
</pre>
</div>
</content>
</entry>
<entry>
<title>Parallel configure</title>
<updated>2018-08-21T15:24:38+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2018-06-20T15:43:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d4b456742b8bdab6222008ffd20e3d086b646e3f'/>
<id>d4b456742b8bdab6222008ffd20e3d086b646e3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove undocumented and unused lazy configure</title>
<updated>2018-07-16T12:12:49+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2018-07-16T12:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5eb18343591f69998099bd424362faa9d5a6a2e1'/>
<id>5eb18343591f69998099bd424362faa9d5a6a2e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean configure when before invoking autoconf</title>
<updated>2017-03-13T14:56:04+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-03-13T14:56:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e452f3b5bbba1f2139121e259d208dce112b1f74'/>
<id>e452f3b5bbba1f2139121e259d208dce112b1f74</id>
<content type='text'>
Autoconf doesn't remake configure if creation time on configure.in
is older than the previous version.

This caused problems on windows so always recreate configure when
running ./otp_build autoconf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autoconf doesn't remake configure if creation time on configure.in
is older than the previous version.

This caused problems on windows so always recreate configure when
running ./otp_build autoconf
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Don't check autoconf version</title>
<updated>2017-02-02T09:09:02+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2017-02-02T09:09:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=53e9a0247de45f0a3a535259590ce284a9e8e5fb'/>
<id>53e9a0247de45f0a3a535259590ce284a9e8e5fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete dead code in `otp_build` script</title>
<updated>2016-06-02T23:26:34+00:00</updated>
<author>
<name>Luca Favatella</name>
<email>luca.favatella@erlang-solutions.com</email>
</author>
<published>2015-09-21T16:32:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2931385f76a4914c5797170e1e44b2878751ac84'/>
<id>2931385f76a4914c5797170e1e44b2878751ac84</id>
<content type='text'>
In options `plain` and `smp`, code checking for option being `opt` had
been dead since R12B-5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In options `plain` and `smp`, code checking for option being `opt` had
been dead since R12B-5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'binarin/fix-build-tool-paths/PR-1023/OTP-13562'</title>
<updated>2016-05-09T18:18:53+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2016-05-09T18:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=929039adce30e62592cec1e8334dab99c4581b83'/>
<id>929039adce30e62592cec1e8334dab99c4581b83</id>
<content type='text'>
* binarin/fix-build-tool-paths/PR-1023/OTP-13562:
  Fix program paths used in build process

Conflicts:
	erts/configure.in
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* binarin/fix-build-tool-paths/PR-1023/OTP-13562:
  Fix program paths used in build process

Conflicts:
	erts/configure.in
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix program paths used in build process</title>
<updated>2016-04-21T15:45:23+00:00</updated>
<author>
<name>Alexey Lebedeff</name>
<email>alebedev@mirantis.com</email>
</author>
<published>2016-04-21T15:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=98b8650d22e94a5ff839170833f691294f6276d0'/>
<id>98b8650d22e94a5ff839170833f691294f6276d0</id>
<content type='text'>
Not every OS has '/bin/rm' or '/bin/pwd' at exactly that location.

In some places in configure scripts result of AC_PATH_PROG was already
correctly used, this patch makes this usage more consistent.

As for `/bin/pwd` in `otp_build`, shell built-in one is already used in
mingw parts - so it should cause no harm to use it everywhere.
Difference is only in symlinks resolution - non-builtin `pwd` always
returns absolute path, and builtin-one could take into account what
sequence of user actions lead to current value of $PWD.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not every OS has '/bin/rm' or '/bin/pwd' at exactly that location.

In some places in configure scripts result of AC_PATH_PROG was already
correctly used, this patch makes this usage more consistent.

As for `/bin/pwd` in `otp_build`, shell built-in one is already used in
mingw parts - so it should cause no harm to use it everywhere.
Difference is only in symlinks resolution - non-builtin `pwd` always
returns absolute path, and builtin-one could take into account what
sequence of user actions lead to current value of $PWD.
</pre>
</div>
</content>
</entry>
</feed>
