Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-29 | Move info modules into own subdirectory | Anders Svensson | |
Possibly overkill for two modules but it mirrors their different treatment by the makefile. | |||
2014-03-29 | Remove unused diameter_dbg:log/4 | Anders Svensson | |
It was intended to replace diameter_lib:log/4 at some point but that was a bad idea since diameter_dbg isn't included in the app file. | |||
2014-03-29 | Remove case expecting a pre-R16B return value from os:type/1 | Anders Svensson | |
The documented return value changed in commit c37a9761. | |||
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.) |