<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/Makefile, branch OTP-18.0.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</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 'lukas/ose/master/OTP-11334'</title>
<updated>2014-02-24T15:45:04+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2014-02-24T15:45:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a157ffce8e25012512e0e5d88e05fb135792f161'/>
<id>a157ffce8e25012512e0e5d88e05fb135792f161</id>
<content type='text'>
* lukas/ose/master/OTP-11334: (71 commits)
  erts: Fix unix efile assert
  ose: Use -O2 when building
  ose: Expand OSE docs
  ose: Add dummy ttsl driver
  ose: Cleanup cleanup of mutex selection defines
  ose: Polish mmap configure checks
  ose: Add ose specific x-compile flags
  ose: Updating fd_driver and spawn_driver for OSE
  ose: Updating event and signal API for OSE
  ose: Cleanup of mutex selection defines
  win32: Compile erl_log.exe
  ose: Remove uneccesary define
  ose: Fix ssl configure test for osx
  erts: Fix sys_msg_dispatcher assert
  ose: Fix broken doc links
  ose: Thread priorities configurable from lmconf
  ose: Yielding the cpu is done "the OSE" way
  ose: Start using ppdata for tse key
  ose: Do not use spinlocks on OSE
  ose: Fix support for crypto
  ...

Conflicts:
	lib/crypto/c_src/crypto.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lukas/ose/master/OTP-11334: (71 commits)
  erts: Fix unix efile assert
  ose: Use -O2 when building
  ose: Expand OSE docs
  ose: Add dummy ttsl driver
  ose: Cleanup cleanup of mutex selection defines
  ose: Polish mmap configure checks
  ose: Add ose specific x-compile flags
  ose: Updating fd_driver and spawn_driver for OSE
  ose: Updating event and signal API for OSE
  ose: Cleanup of mutex selection defines
  win32: Compile erl_log.exe
  ose: Remove uneccesary define
  ose: Fix ssl configure test for osx
  erts: Fix sys_msg_dispatcher assert
  ose: Fix broken doc links
  ose: Thread priorities configurable from lmconf
  ose: Yielding the cpu is done "the OSE" way
  ose: Start using ppdata for tse key
  ose: Do not use spinlocks on OSE
  ose: Fix support for crypto
  ...

Conflicts:
	lib/crypto/c_src/crypto.c
</pre>
</div>
</content>
</entry>
<entry>
<title>ose: Create OSE application</title>
<updated>2014-02-24T14:16:03+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2014-01-08T17:54:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cd69c2a54201b4e0c4ba86d4248937120e1957e7'/>
<id>cd69c2a54201b4e0c4ba86d4248937120e1957e7</id>
<content type='text'>
Create an specific OSE application that mainly contains documentation
around the OSE specific part of Erlang/OTP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create an specific OSE application that mainly contains documentation
around the OSE specific part of Erlang/OTP.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build documentation with bootstrap system</title>
<updated>2014-02-19T14:31:52+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2014-02-14T21:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f51da9be40b578cdf386264312eb9b37d18ce778'/>
<id>f51da9be40b578cdf386264312eb9b37d18ce778</id>
<content type='text'>
Enables build of documentation in source trees that has been cross built
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enables build of documentation in source trees that has been cross built
</pre>
</div>
</content>
</entry>
<entry>
<title>otp_build: Include parsetools in the release of a small system</title>
<updated>2014-02-12T14:18:58+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2014-02-12T14:18:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=968dd560ca6567a748804e2356de26a6b75631dc'/>
<id>968dd560ca6567a748804e2356de26a6b75631dc</id>
<content type='text'>
When releasing a small system like this:

  ./otp_build setup
  ./otp_build release TARGET_DIR

include the parsetools application.

In one of our internal scripts, a previously built and released
Erlang/OTP system is used to update the primary bootstrap in a
git repository. A small system could not be used for that purpose
because parsetools was missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When releasing a small system like this:

  ./otp_build setup
  ./otp_build release TARGET_DIR

include the parsetools application.

In one of our internal scripts, a previously built and released
Erlang/OTP system is used to update the primary bootstrap in a
git repository. A small system could not be used for that purpose
because parsetools was missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove references to removed applications</title>
<updated>2013-11-07T15:28:03+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2013-11-07T15:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f77b4655155009f546e2fc6265ee454d203dfba2'/>
<id>f77b4655155009f546e2fc6265ee454d203dfba2</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 'maint'</title>
<updated>2013-09-02T14:21:24+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2013-09-02T14:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b5a8aefd0bfa04ea770a9ec869cd079c37278629'/>
<id>b5a8aefd0bfa04ea770a9ec869cd079c37278629</id>
<content type='text'>
* maint:
  Refactor and change EXTRA_APPLICATIONS to use ls
  Add configure option --without-$app

Conflicts:
	HOWTO/INSTALL.md
	lib/Makefile
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  Refactor and change EXTRA_APPLICATIONS to use ls
  Add configure option --without-$app

Conflicts:
	HOWTO/INSTALL.md
	lib/Makefile
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor and change EXTRA_APPLICATIONS to use ls</title>
<updated>2013-09-02T14:11:08+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2013-08-29T16:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dbc8066d21384db9829e8b58cd99a4fc223e83ac'/>
<id>dbc8066d21384db9829e8b58cd99a4fc223e83ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add configure option --without-$app</title>
<updated>2013-09-02T14:11:07+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2013-08-29T16:04:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0ed2039a7bef0137c1c6723e0401f96b7bf71de3'/>
<id>0ed2039a7bef0137c1c6723e0401f96b7bf71de3</id>
<content type='text'>
This is used to skip the specified app when building and releasing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is used to skip the specified app when building and releasing
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Add option to include nifs statically</title>
<updated>2013-08-21T13:20:04+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2013-08-13T15:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=20e0509d4e04fada3019639bc82d78b89f06b0fc'/>
<id>20e0509d4e04fada3019639bc82d78b89f06b0fc</id>
<content type='text'>
Both crypto and asn1 are supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both crypto and asn1 are supported.
</pre>
</div>
</content>
</entry>
</feed>
