aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-08-15Allow explicitly listed modulesIñaki Garay
2014-08-15Merge branch 'add-empty-modules-error' of git://github.com/derek121/erlang.mkLoïc Hoguin
2014-08-15Fail if no empty modules entry in .app.srcDerek 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-15Fix relx plugin to have targets defined even if file is missingLoïc Hoguin
2014-08-15Merge branch 'add-invalid-dep-error-msg' of git://github.com/derek121/erlang.mkLoïc Hoguin
2014-08-13Add error message before failing due to invalid dependencyDerek 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-12Added missing ; in dep_targetPeer 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-12Merge branch 'master' of git://github.com/andrzejsliwa/erlang.mkLoïc Hoguin
2014-08-08Merge branch 'package/katja' of git://github.com/nifoc/erlang.mkLoïc Hoguin
2014-08-08Add Katja to the package indexDaniel Kempkens
2014-08-06build plt automaticly when is missingAndrzej Sliwa
2014-08-05Recompile all erl files on hrl file modificationcrownedgrouse
2014-08-05Merge branch 'master' of git://github.com/rmies/erlang.mkLoïc Hoguin
2014-08-05Add resource_discovery to package indexMichel Rijnders
2014-08-05Add lager to package indexMichel Rijnders
2014-08-05Merge branch 'master' of git://github.com/rmies/erlang.mkLoïc Hoguin
2014-08-05Add jiffy to package indexMichel Rijnders
2014-08-05Add a contributing section to the README and simplify package additionLoïc Hoguin
2014-08-05Merge branch 'master' of git://github.com/rmies/erlang.mkLoïc Hoguin
2014-08-05Don't download relx every buildLoïc Hoguin
2014-08-05Add epgsql to package indexMichel Rijnders
2014-08-05Merge branch 'master' of git://github.com/dmitriid/erlang.mkLoïc Hoguin
2014-08-05Added neo4j and pegjs to packagesDmitrii Dimandt
2014-08-03Merge branch 'patch-1' of git://github.com/corpy/erlang.mkLoïc Hoguin
2014-08-02Fixed output of help commandUmbertoC
list-templates was replaced by bootstrap-lib in the output of the help command.
2014-08-02Change extend -> ninenines linksLoïc Hoguin
2014-08-01Change cowboy URL and version to 1.0.01.0.0Loïc Hoguin
2014-08-01Also delete the relx executable on distcleanLoïc Hoguin
2014-08-01Change ranch URL and version to 1.0.0Loïc Hoguin
2014-08-01Use the new cowlib URLLoïc Hoguin
2014-08-01Fix fetching of deps specified in the MakefileLoïc Hoguin
2014-08-01Change cowlib version to 1.0.0Loïc Hoguin
2014-08-01Fix markdown in READMELoïc Hoguin
2014-08-01Fix a small error in the READMELoïc Hoguin
2014-07-31Switch to the new erlang.mkLoïc Hoguin
2014-07-31Add command-line help to the bootstrap pluginLoïc Hoguin
2014-07-31Fix package fetching0.3.0Loï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-30Add bootstrap pluginLoïc Hoguin
2014-07-30Merge branch 'missing-test-dir-bug' of git://github.com/sedrik/erlang.mkLoïc Hoguin
2014-07-29Only autodetect if we have a test directory.Sedrik
2014-07-25Add a requirement for a space-free pathLoïc Hoguin
2014-07-25Strip whitespace around the PROJECT variableLoïc Hoguin
2014-07-25Make Dialyzer find source files recursivelyLoïc Hoguin
2014-07-25Fix a wrong target nameLoïc Hoguin
2014-07-25Use $(error ...) for pkg-search targetLoïc Hoguin
2014-07-25Merge branch 'auto-detect-ct-suites' of git://github.com/sedrik/erlang.mkLoïc Hoguin
2014-07-24Autodetect CT SUITESSedrik
2014-07-23Merge branch 'eper_pkg' of git://github.com/th0114nd/erlang.mkLoïc Hoguin
2014-07-22Added eper as a packageTim Holland
2014-07-22Merge branch 'patch-71' of git://github.com/andreineculau/erlang.mkLoïc Hoguin