Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-02 | Disable concurrent building entirely | Loïc Hoguin | |
Two reasons for doing this: * The current solution for enforcing sequential operations makes a lot of things slower. Either we do it properly or we don't. * Most of Erlang.mk is sequential by nature. There is very little to gain from Make's own parallel building. Something more interesting would be to enable fetching of dependencies concurrently by other means, and enable compilation of Erlang files concurrently (requires patching OTP). | |||
2015-08-22 | Add first three chapters of new documentation | Loïc Hoguin | |