summaryrefslogtreecommitdiff
path: root/make
Commit message (Collapse)AuthorAgeFilesLines
* Fix comma usage in generated documentation dateAnders Svensson2013-02-202-13/+13
| | | | | It's "February 20, 2013" or "20 February 2013", not "February 20 2013". The change is to the former.
* Update copyright yearsBjörn-Egil Dahlberg2013-01-255-5/+5
|
* Document output.mk.inAnthony Ramine2013-01-231-0/+27
| | | | | | Conflicts: make/output.mk.in
* Merge branch 'ta/fakefop/OTP-10733'Fredrik Gustafsson2013-01-231-63/+55
|\ | | | | | | | | | | | | | | | | * ta/fakefop/OTP-10733: make/fakefop: repair pdf structure and make content static make/fakefop: slightly change placeholder text make/fakefop: do not report what file is written make/fakefop: update copyright years make/fakefop: adapt to make/otp.mk.in changes
| * make/fakefop: repair pdf structure and make content staticSebastian Rasmussen2013-01-121-56/+50
| |
| * make/fakefop: slightly change placeholder textTuncer Ayaz2013-01-121-1/+1
| |
| * make/fakefop: do not report what file is writtenTuncer Ayaz2013-01-121-1/+0
| |
| * make/fakefop: update copyright yearsTuncer Ayaz2013-01-121-3/+2
| |
| * make/fakefop: adapt to make/otp.mk.in changesTuncer Ayaz2013-01-121-4/+4
| |
* | [erl_docgen] Fix include path to xmllintLars Thorsen2013-01-211-1/+1
| |
* | [erl_docgen] Add xmllint target for the documentation and fix some DTD errorsLars Thorsen2013-01-212-0/+4
| |
* | Merge branch 'nox/enable-silent-rules/OTP-10726'Björn-Egil Dahlberg2013-01-183-16/+134
|\ \ | | | | | | | | | | | | * nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules
| * | Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-153-16/+134
| |/ | | | | | | | | | | With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1.
* | If GCC is used, treat -Wreturn-type as errorTuncer Ayaz2013-01-111-1/+1
|/
* [erl_docgen] Use DejaVu fonts when generating PDFHans Bolinder2013-01-021-1/+2
| | | | | A few examples in lib/stdlib/doc/src/unicode_usage.xml make use of Cyrillic characters.
* Merge branch 'maint'Lars Thorsen2012-11-192-7/+45
|\ | | | | | | | | | | | | | | | | | | * maint: [erl_docgen] Updated the vsn.mk [erl_docgen] Add db_eix.xsl to the Makefile [safs] Add pdfname to the html target for the users guide [erl_docgen] Add possibility to specify pdf filename Updated system/doc/Makefile with the new xsltproc options. A possibility to configure erl_docgen so it can generate documentation for other products than Erlang/OTP.
| * [safs] Add pdfname to the html target for the users guideLars Thorsen2012-11-161-0/+1
| |
| * [erl_docgen] Add possibility to specify pdf filenameLars Thorsen2012-11-161-0/+1
| |
| * A possibility to configure erl_docgen so it can generate documentation for ↵Lars Thorsen2012-11-162-7/+43
| | | | | | | | other products than Erlang/OTP.
* | Merge branch 'maint'Björn-Egil Dahlberg2012-08-311-1/+1
|\ \ | |/ | | | | | | | | Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md
| * Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
| |
* | Merge branch 'egil/r16/remove-vxworks-support/OTP-10146'Björn-Egil Dahlberg2012-07-251-11/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * egil/r16/remove-vxworks-support/OTP-10146: (30 commits) erts: Update doc to reflect VxWorks removal erts: Remove VxWorks from documentation Update preloaded erl_prim_loader and prim_file snmp: Remove VxWorks megaco: Remove VxWorks diameter: Remove VxWorks mnesia: Remove VxWorks typer: Remove VxWorks ssh: Remove VxWorks inets: Remove VxWorks hipe: Remove VxWorks cosFileTransfer: Remove VxWorks asn1: Remove VxWorks orber: Remove VxWorks os_mon: Remove VxWorks runtime_tools: Remove VxWorks test_server: Remove VxWorks references in doc test_server: Remove VxWorks stdlib: Remove VxWorks kernel: Remove VxWorks from tests ... Conflicts: erts/emulator/test/Makefile
| * | erts: Remove vxworks from top makeBjörn-Egil Dahlberg2012-07-191-11/+5
| |/
* | Add DTRACE and SYSTEMTAP howtos as User GuideLukas Larsson2012-07-191-2/+5
| |
* | Move README and INSTALL to HOWTO folderLukas Larsson2012-07-191-2/+14
|/
* Merge branch 'lukas/otp/install_with_whitespace/OTP-10107' into maintLukas Larsson2012-06-081-2/+2
|\ | | | | | | | | | | * lukas/otp/install_with_whitespace/OTP-10107: Update to work with space in include path Update to work with whitespace in exec path
| * Update to work with whitespace in exec pathLukas Larsson2012-06-051-2/+2
| | | | | | | | | | OTP-10106 OTP-10107
* | Remove stale code for hybrid heap and incremental GCBjörn Gustavsson2012-05-101-1/+1
|/ | | | | | | | | The hybrid heap emulator was last working in the non-SMP R11B run-time system. When the constant pools were introduced in R12B, the hybrid heap emulator was not updated to handle them. At this point, the harm from reduced readability of the code is greater than any potential usefulness of keeping the code.
* Update copyright yearsBjörn-Egil Dahlberg2012-03-301-1/+1
|
* Make hipe hipe-compiled w/ --enable-native-libsPatrik Nyblom2012-02-281-0/+6
|
* otp,erts: Add phony valgrind targetSverker Eriksson2011-12-191-0/+2
| | | | To avoid conflict with directory erts/emulator/valgrind
* Make vxwork buildBjörn-Egil Dahlberg2011-12-121-1/+1
|
* Update copyright yearsBjörn-Egil Dahlberg2011-12-091-1/+1
|
* [erl_docgen] Update references to modules that changed nameLars Thorsen2011-11-182-13/+13
|
* Cleanup the use of TARGET in toplevel and common make and build filesRaimo Niskanen2011-11-151-0/+36
| | | | | | | | | | | Common file target.mk now passes the TARGET value through config.sub for canonification. Toplevel Makefile now calls target.mk so it handles TARGET like all sub-makefiles. Build script otp_build no longer creates a target specific directory that a long time ago was used for target specific configure cache file.
* doc Makefiles: Eliminate DOCSUPPORT ifdefsBjörn Gustavsson2011-10-271-2/+0
| | | | | | Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles.
* Merge branch 'dev' into majorBjörn-Egil Dahlberg2011-09-291-1/+1
|\ | | | | | | | | * dev: Update copyright years
| * Update copyright yearsBjörn-Egil Dahlberg2011-09-291-1/+1
| |
* | Merge branch 'dev' into majorLars Thorsen2011-09-261-2/+2
|\ \ | |/ | | | | | | * dev: [erl_docgen] Fix eix file generation for new function spec references
| * [erl_docgen] Fix eix file generation for new function spec referencesLars Thorsen2011-09-261-2/+2
| |
* | Merge branch 'dev' into majorHenrik Nord2011-09-201-2/+2
|\ \ | |/ | | | | | | | | Conflicts: erts/aclocal.m4 erts/include/internal/ethread_header_config.h.in
| * Fix misspelling of compatibilityTuncer Ayaz2011-09-151-2/+2
| |
* | otp_subdir.mk: Remove support for clearmakeBjörn Gustavsson2011-08-081-6/+1
|/
* Add more specs and typesHans Bolinder2011-06-201-0/+2
| | | | An incorrect spec, rpc:yield/1, has been fixed.
* Improve erl_docgen's support for Dialyzer specs and typesHans Bolinder2011-05-161-2/+3
| | | | | The support for using Dialyzer specifications and types has been improved.
* Workaround for ampersands in INSTALL-WIN32.mdPatrik Nyblom2010-12-071-0/+2
|
* Prepare erl_docgen for using Dialyzer specs and typesHans Bolinder2010-12-012-20/+53
| | | | | | Support for using Dialyzer specifications and types has been added. This is an experimental release; changes are expected before the new functionality is used when building the OTP documentation.
* emd2exml: Do not auto-import error/2Tuncer Ayaz2010-09-241-0/+1
| | | | | Eliminate the following warning: Warning: ambiguous call of overridden auto-imported BIF error/2
* Fix SSL build failure when building in minimal source treeRickard Green2010-08-271-0/+5
| | | | | | | Building in a source tree without prebuilt platform independent build results failed on the SSL examples when cross building. This has been solved by not building the SSL examples during a cross build.
* Merge branch 'ta/doc-fakefop' into devErlang/OTP2010-04-081-0/+113
|\ | | | | | | | | | | | | | | | | | | * ta/doc-fakefop: Build placeholder PDF files if FOP is not found OTP-8559 ta/doc-fakefop If the 'fop' program (needed for building PDF files) cannot not be found, it is now possible to build the HTML and man pages anyway (there will also be dummy PDF files with no real content created).