<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/make, branch maint-19</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2019-01-08T13:39:45+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-01-08T13:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3dc3bb2126919b9dbee0ded9e0c843fc9d29237d'/>
<id>3dc3bb2126919b9dbee0ded9e0c843fc9d29237d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2018-10-18T15:42:26+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-10-18T15:42:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=543e6635559f9521833b0e626bc02d459599cccf'/>
<id>543e6635559f9521833b0e626bc02d459599cccf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'binarin/even-more-absolute-paths/PR-1103/OTP-13800' into maint</title>
<updated>2016-08-12T09:26:48+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2016-08-12T09:26:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=daa0f831aee9dedf8cdf29fd5f97f98f55e072e3'/>
<id>daa0f831aee9dedf8cdf29fd5f97f98f55e072e3</id>
<content type='text'>
* binarin/even-more-absolute-paths/PR-1103/OTP-13800:
  Use perl discovered by configure
  Don't make assumptions about build tools paths
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* binarin/even-more-absolute-paths/PR-1103/OTP-13800:
  Use perl discovered by configure
  Don't make assumptions about build tools paths
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: Prepare for using Erlang types and specs</title>
<updated>2016-07-07T06:39:50+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-07-04T15:00:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=531708281a3a2cf336dc92651ede8d9d95f331cb'/>
<id>531708281a3a2cf336dc92651ede8d9d95f331cb</id>
<content type='text'>
Create correct links to datatypes outside of the wx application.

The added time for generating the doc/specs/specs_* files is unwelcome
(they are currently not used).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create correct links to datatypes outside of the wx application.

The added time for generating the doc/specs/specs_* files is unwelcome
(they are currently not used).
</pre>
</div>
</content>
</entry>
<entry>
<title>Use perl discovered by configure</title>
<updated>2016-06-21T16:12:01+00:00</updated>
<author>
<name>Alexey Lebedeff</name>
<email>alebedev@mirantis.com</email>
</author>
<published>2016-06-21T15:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0e00f80fb74f8f449eacf237e84a698a5555e7bd'/>
<id>0e00f80fb74f8f449eacf237e84a698a5555e7bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't make assumptions about build tools paths</title>
<updated>2016-06-15T07:40:36+00:00</updated>
<author>
<name>Alexey Lebedeff</name>
<email>alebedev@mirantis.com</email>
</author>
<published>2016-06-15T07:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9f9841eb7327c9fe73e84e197fd2965a97b639cf'/>
<id>9f9841eb7327c9fe73e84e197fd2965a97b639cf</id>
<content type='text'>
One more followup to https://github.com/erlang/otp/pull/1056 and
https://github.com/erlang/otp/pull/1023

This time it's about `/usr/bin/env` and `/bin/cp`:
- `/usr/bin/env` in `diameterc` was used to find the bootstrapped
  `escript` executable. Changed it to exlpicit call to `escript` in
  Makefile.
- `/usr/bin/env` and `/bin/cp` were referenced in documentation
  build/install process. Now full paths to this tools are injected using
  autoconf magic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One more followup to https://github.com/erlang/otp/pull/1056 and
https://github.com/erlang/otp/pull/1023

This time it's about `/usr/bin/env` and `/bin/cp`:
- `/usr/bin/env` in `diameterc` was used to find the bootstrapped
  `escript` executable. Changed it to exlpicit call to `escript` in
  Makefile.
- `/usr/bin/env` and `/bin/cp` were referenced in documentation
  build/install process. Now full paths to this tools are injected using
  autoconf magic.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make it possible to run xmllint target in system documentation</title>
<updated>2016-06-01T12:38:36+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars.thorsen@ericsson.com</email>
</author>
<published>2016-05-13T06:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a3afcff92485b6a696e40359a7d0300d4661e9c1'/>
<id>a3afcff92485b6a696e40359a7d0300d4661e9c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust generated XML so it respects current DTD</title>
<updated>2016-05-25T09:30:54+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2016-05-23T12:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=69d0c932c7d4a2bc3ce65c9c6d6aa54b23e803c3'/>
<id>69d0c932c7d4a2bc3ce65c9c6d6aa54b23e803c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix program paths used in build process</title>
<updated>2016-05-17T13:08:34+00:00</updated>
<author>
<name>Alexey Lebedeff</name>
<email>alebedev@mirantis.com</email>
</author>
<published>2016-05-17T13:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2da3e0c38d6ca1aa134c9b1f5aee03a4030fc004'/>
<id>2da3e0c38d6ca1aa134c9b1f5aee03a4030fc004</id>
<content type='text'>
Followup to https://github.com/erlang/otp/pull/1023

- make/make_emakefile is fixed because otherwise './otp_build tests'
  fails early.
- And grep showed that there is only one other file that also should be
  fixed - lib/public_key/priv/generate
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Followup to https://github.com/erlang/otp/pull/1023

- make/make_emakefile is fixed because otherwise './otp_build tests'
  fails early.
- And grep showed that there is only one other file that also should be
  fixed - lib/public_key/priv/generate
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2015-12-04T12:08:44+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars.thorsen@ericsson.com</email>
</author>
<published>2015-12-04T12:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c5e3f065998057c2bb304d75f9ec00228bacfc36'/>
<id>c5e3f065998057c2bb304d75f9ec00228bacfc36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
