Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-12 | Added missing ; in dep_target | Peer Stritzinger | |
The missing ; makes the DEPPKG= line run together with the VS= line which makes it similar to this FreeBSD 8.2 /bin/sh results: $ A=x B=$A; $ echo $A x $ echo $B $ The same with bash: $ A=x B=$A; $ echo $A x $ echo $B x | |||
2014-08-16 | Merge branch 'jj1bdx-pkg-tinymt' of git://github.com/jj1bdx/erlang.mk | Loïc Hoguin | |
2014-08-16 | Add tinymt-erlang to the package index | Kenji Rikitake | |
2014-08-15 | Silence erlc-include target when include/ is missing | Loïc Hoguin | |
2014-08-15 | Additional instructions for sending patches | Loïc Hoguin | |
2014-08-15 | Merge branch 'recompile_erl_on_hrl_change' of ↵ | Loïc Hoguin | |
git://github.com/crownedgrouse/erlang.mk Extra changes include: * Not running the target if the ebin/ directory does not exist * Moved the target in the appropriate section in the file | |||
2014-08-15 | Merge branch 'igaray.modules_regex' of git://github.com/igaray/erlang.mk | Loïc Hoguin | |
2014-08-15 | Allow explicitly listed modules | Iñaki Garay | |
2014-08-15 | Merge branch 'add-empty-modules-error' of git://github.com/derek121/erlang.mk | Loïc Hoguin | |
2014-08-15 | Fail if no empty modules entry in .app.src | Derek Brown | |
An empty list is required for the modules tuple, as in {modules, []} so a sed call could populate the list. This is mentioned in README, but can be overlooked. If the empty tuple is not present, relx will fail on missing dependency errors. Therefore, fail make if the empty tuple isn't found, to help the user diagnose the problem. | |||
2014-08-15 | Fix relx plugin to have targets defined even if file is missing | Loïc Hoguin | |
2014-08-15 | Merge branch 'add-invalid-dep-error-msg' of git://github.com/derek121/erlang.mk | Loïc Hoguin | |
2014-08-13 | Add error message before failing due to invalid dependency | Derek Brown | |
If a dependency specified in DEPS is unknown or invalid (its VS is not "git"), erlang.mk will fail. Now, add a human-readable error message to help the user understand what the problem is. | |||
2014-08-12 | Merge branch 'master' of git://github.com/andrzejsliwa/erlang.mk | Loïc Hoguin | |
2014-08-08 | Merge branch 'package/katja' of git://github.com/nifoc/erlang.mk | Loïc Hoguin | |
2014-08-08 | Add Katja to the package index | Daniel Kempkens | |
2014-08-06 | build plt automaticly when is missing | Andrzej Sliwa | |
2014-08-05 | Recompile all erl files on hrl file modification | crownedgrouse | |
2014-08-05 | Merge branch 'master' of git://github.com/rmies/erlang.mk | Loïc Hoguin | |
2014-08-05 | Add resource_discovery to package index | Michel Rijnders | |
2014-08-05 | Add lager to package index | Michel Rijnders | |
2014-08-05 | Merge branch 'master' of git://github.com/rmies/erlang.mk | Loïc Hoguin | |
2014-08-05 | Add jiffy to package index | Michel Rijnders | |
2014-08-05 | Add a contributing section to the README and simplify package addition | Loïc Hoguin | |
2014-08-05 | Merge branch 'master' of git://github.com/rmies/erlang.mk | Loïc Hoguin | |
2014-08-05 | Don't download relx every build | Loïc Hoguin | |
2014-08-05 | Add epgsql to package index | Michel Rijnders | |
2014-08-05 | Merge branch 'master' of git://github.com/dmitriid/erlang.mk | Loïc Hoguin | |
2014-08-05 | Added neo4j and pegjs to packages | Dmitrii Dimandt | |
2014-08-03 | Merge branch 'patch-1' of git://github.com/corpy/erlang.mk | Loïc Hoguin | |
2014-08-02 | Fixed output of help command | UmbertoC | |
list-templates was replaced by bootstrap-lib in the output of the help command. | |||
2014-08-02 | Change extend -> ninenines links | Loïc Hoguin | |
2014-08-01 | Change cowboy URL and version to 1.0.01.0.0 | Loïc Hoguin | |
2014-08-01 | Also delete the relx executable on distclean | Loïc Hoguin | |
2014-08-01 | Change ranch URL and version to 1.0.0 | Loïc Hoguin | |
2014-08-01 | Use the new cowlib URL | Loïc Hoguin | |
2014-08-01 | Fix fetching of deps specified in the Makefile | Loïc Hoguin | |
2014-08-01 | Change cowlib version to 1.0.0 | Loïc Hoguin | |
2014-08-01 | Fix markdown in README | Loïc Hoguin | |
2014-08-01 | Fix a small error in the README | Loïc Hoguin | |
2014-07-31 | Switch to the new erlang.mk | Loïc Hoguin | |
2014-07-31 | Add command-line help to the bootstrap plugin | Loïc Hoguin | |
2014-07-31 | Fix package fetching0.3.0 | Loïc Hoguin | |
Two issues got fixed: * The variable name for the package file got changed to PKG_FILE2 to avoid conflicts with the PKG_FILE from previous erlang.mk versions. * The way repositories are fetched changed to fix an issue preventing fetching the package file *and* the repositories on the same invokation. | |||
2014-07-30 | Add bootstrap plugin | Loïc Hoguin | |
2014-07-30 | Merge branch 'missing-test-dir-bug' of git://github.com/sedrik/erlang.mk | Loïc Hoguin | |
2014-07-29 | Only autodetect if we have a test directory. | Sedrik | |
2014-07-25 | Add a requirement for a space-free path | Loïc Hoguin | |
2014-07-25 | Strip whitespace around the PROJECT variable | Loïc Hoguin | |
2014-07-25 | Make Dialyzer find source files recursively | Loïc Hoguin | |
2014-07-25 | Fix a wrong target name | Loïc Hoguin | |