Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-23 | Add patch target to makefile | Anders Svensson | |
For building unofficial patches. | |||
2013-01-22 | Add registered server names to app file | Anders Svensson | |
This was simply missed. | |||
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
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. | |||
2012-11-05 | Remove pre-OTP configure support | Anders Svensson | |
It's neither used nor maintained. | |||
2012-08-28 | Merge branch 'anders/diameter/R15B02_release' into maint | Anders Svensson | |
* anders/diameter/R15B02_release: Update appup Add plt/dialyze targets to src/Makefile Add realclean target to src/Makefile Add any target to test/Makefile vsn -> 1.2 | |||
2012-08-26 | Add plt/dialyze targets to src/Makefile | Anders Svensson | |
2012-08-26 | Add realclean target to src/Makefile | Anders Svensson | |
To clean everything out of ebin since $(TARGET_FILES) isn't constant. | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2011-12-16 | Install example dictionaries | Anders Svensson | |
2011-12-16 | Move example code to examples/code | Anders Svensson | |
2011-12-02 | Replace dictionary file parser | Anders Svensson | |
The previous parse was very adhoc and simply crashed on any kind of input error, providing no identification of the objectionable input that caused the parse to fail. The new parser is generated from a yecc grammar, making it easier both to understand what it is that's being parsed and to provide useful diagnostics to the user in case of error. | |||
2011-11-10 | Fix comment typo | Anders Svensson | |
2011-11-09 | Minor dependency fix | Anders Svensson | |
2011-10-19 | Dumb down release target to Solaris /usr/ucb/install | Anders Svensson | |
2011-10-19 | Dumb down opt/release targets to make 3.80 | Anders Svensson | |
2011-10-19 | Minor tweaks and cleanup | Anders Svensson | |
Tweak some comments and variable names, move things around a bit (default src target is now opt, not debug), only clean what's built, use +warn_export_vars. | |||
2011-10-18 | Need absolute -pa for bootstrap build | Anders Svensson | |
Otherwise include_lib will fail. | |||
2011-10-18 | Simpler release targets for src subdirectories | Anders Svensson | |
2011-10-17 | Use secondary expansion for src subdirectory rules | Anders Svensson | |
Makes for a quieter rule with no recursion. | |||
2011-10-17 | One makefile for src build instead of recursion | Anders Svensson | |
Simpler, no duplication of similar makefiles and makes for better dependencies. (Aka, recursive make considered harmful.) | |||
2011-05-18 | Initial commit of the diameter application. | Anders Svensson | |
The application provides an implementation of the Diameter protocol as defined in RFC 3588. |