<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/make, branch KennethL-patch-1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Refactor xmllint check and make it fail on failure</title>
<updated>2017-10-31T12:46:05+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2017-10-23T11:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cc8dade5326d130f1c704f7a47a4d0ce88af370e'/>
<id>cc8dade5326d130f1c704f7a47a4d0ce88af370e</id>
<content type='text'>
This commit also adds a check to see that all files that
are part of an xi:include also have part of XML_FILES
and vice versa. It also fixes any applications where this
was not true.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit also adds a check to see that all files that
are part of an xi:include also have part of XML_FILES
and vice versa. It also fixes any applications where this
was not true.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add toplevel xmllint make target</title>
<updated>2017-10-31T12:46:05+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2017-10-23T11:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1a1fe80bb3b3bfc6705d4a581f109d0a8e5a8c2e'/>
<id>1a1fe80bb3b3bfc6705d4a581f109d0a8e5a8c2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change number of parameters</title>
<updated>2017-09-21T07:13:37+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-09-19T13:21:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9c8ea039658153ae6b7046ac97ff705ef80a8dbe'/>
<id>9c8ea039658153ae6b7046ac97ff705ef80a8dbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fop font-cache handling during pdf build</title>
<updated>2017-09-21T07:13:37+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-09-19T12:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=16ca09ed823ba1c19c4a5ca28b9c801a6f53b895'/>
<id>16ca09ed823ba1c19c4a5ca28b9c801a6f53b895</id>
<content type='text'>
Two parallell doc builds running fop (as same user) could both
update the fop font-cache at the same time. The cache is now
created as an artifact in the build process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Two parallell doc builds running fop (as same user) could both
update the fop font-cache at the same time. The cache is now
created as an artifact in the build process.
</pre>
</div>
</content>
</entry>
<entry>
<title>Let --enable-lock-counter build an additional emulator</title>
<updated>2017-05-16T08:19:37+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2017-05-12T11:54:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4b216f70be3403bb7c102e7ac1a91b1ee4805c33'/>
<id>4b216f70be3403bb7c102e7ac1a91b1ee4805c33</id>
<content type='text'>
"./configure --enable-lock-counter" would modify the behavior
of the default emulator (usually SMP).

To make lock counting more accessible, change --enable-lock-counter
to build an additional emulator in the same way as:

  (cd erts/emulator &amp;&amp; make lcnt)

(The next commit will make it easier to start the built lock-counter
emulator.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"./configure --enable-lock-counter" would modify the behavior
of the default emulator (usually SMP).

To make lock counting more accessible, change --enable-lock-counter
to build an additional emulator in the same way as:

  (cd erts/emulator &amp;&amp; make lcnt)

(The next commit will make it easier to start the built lock-counter
emulator.)
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Deprecate the non-smp emulators</title>
<updated>2017-04-21T12:30:22+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2017-03-21T12:40:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f30d131bd979e29b68fb7d9ff515c61a246201f4'/>
<id>f30d131bd979e29b68fb7d9ff515c61a246201f4</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>
</feed>
