aboutsummaryrefslogtreecommitdiffstats
path: root/make/otp_subdir.mk
AgeCommit message (Collapse)Author
2017-10-31Add toplevel xmllint make targetLukas Larsson
2017-05-16Let --enable-lock-counter build an additional emulatorBjörn Gustavsson
"./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 && make lcnt) (The next commit will make it easier to start the built lock-counter emulator.)
2015-06-18Change license text to APLv2Bruce Yinhe
2014-03-20Verify runtime_dependencies when running 'otp_build patch_app'Rickard Green
2013-08-21erts: Add option to include nifs staticallyLukas Larsson
Both crypto and asn1 are supported.
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-08-08otp_subdir.mk: Remove support for clearmakeBjörn Gustavsson
2009-12-15OTP-8308 Added an xsl transform from OTP xml documentation to a fileLars G Thorsen
(.eix) of erlang terms that can be read by the erldoc application. Erldoc handles the documentation search mechanism at erlang.org. Added generation of eix files to otp_release_targets.mk. Fixed a copyright date error in db_html.xsl .
2009-12-07Changed default target from 'debug' to 'opt'.Rickard Green
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP