aboutsummaryrefslogtreecommitdiffstats
path: root/core/core.mk
AgeCommit message (Expand)Author
2018-05-07Escape double quotes when passing ERLC_OPTS during testsLoïc Hoguin
2018-03-14Speed up the git clone download by using shallow downloads.Andreas Krüger
2017-05-15Add tweaks and tests for the WITHOUT featureLoïc Hoguin
2017-05-15Add WITHOUT variable to exclude components on buildbenoitc
2017-05-15Make autopatch of Erlang.mk projects less obtrusiveLoïc Hoguin
2016-10-28Add "make relup"Loïc Hoguin
2016-10-25Use curl instead of wget/erl for fetching filesLoïc Hoguin
2016-10-25core/deps-tools.mk: New targets `fetch-deps` and `list-deps`Jean-Sébastien Pédron
2016-10-21Update Copyright notices2016.10.21Loïc Hoguin
2016-10-21Erlang.mk is rolling releasesLoïc Hoguin
2016-10-21Deprecate Make 3Loïc Hoguin
2016-10-19Add PROJECT_ENVnevar
2016-07-14Build apps/* only onceKrister Svanlund
2016-06-07Add PROJECT_MOD var to make the app callback module configurableJared Flatow
2015-12-24Fix an issue running EUnit tests on 'make check'Loïc Hoguin
2015-11-20Merge branch 'set-x-on-verbose-2' of https://github.com/rabbitmq/erlang.mkLoïc Hoguin
2015-11-18Fix target dependencies and enable parallel again2.0.0-pre.2Loïc Hoguin
2015-11-17Merge branch 'copy-build.config-after-checking-out-commit' of https://github....Loïc Hoguin
2015-11-17make erlang-mk: Copy build.config after switching to $(ERLANG_MK_COMMIT)Jean-Sébastien Pédron
2015-11-17Use `:` as a noop instead of `echo -n`Jean-Sébastien Pédron
2015-11-17V=2 causes `set -x` to be set on forked shellsJean-Sébastien Pédron
2015-09-29Improve a few comments and messagesLoïc Hoguin
2015-09-29Add support for APPS_DIRLoïc Hoguin
2015-09-27Fix core_find on stock OSXLoïc Hoguin
2015-09-14Make relx work on Windows/MSYS2Loïc Hoguin
2015-09-12Add msys2 platform detectionLoïc Hoguin
2015-09-11add distclean-tmpderwinlu
2015-09-09core.mk: Allow to take erlang.mk from an alternate Git repositoryJean-Sébastien Pédron
2015-09-08core.mk: Support DragonFlyBSD as a new platformJean-Sébastien Pédron
2015-09-02Merge branch 'alt_build_config_name' of https://github.com/zerotao/erlang.mkLoïc Hoguin
2015-09-02Replace core_find with native findLoïc Hoguin
2015-09-02Disable concurrent building entirelyLoïc Hoguin
2015-08-26Improve the erlydtl pluginLoïc Hoguin
2015-08-18Fix build config renamingJason L. Shiffer
2015-07-04Add $(verbose) to avoid completely silencing commandsLoïc Hoguin
2015-07-04Allow changing template whitespaceLoïc Hoguin
2015-07-02Reduce dependency on external programsLoïc Hoguin
2015-06-28Bundle the package index directly inside erlang.mkLoïc Hoguin
2015-06-18Use the real path instead of symbolic links to erlang.mkLoïc Hoguin
2015-06-14Generate the .app file directly from the MakefileLoïc Hoguin
2015-06-04Fetch the whole of rebar when patching rebar depsLoïc Hoguin
2015-05-19Import rebar_utils for improved compatibilityLoïc Hoguin
2015-05-15Add support for rebar.config.scriptLoïc Hoguin
2015-05-15Replace make with $(MAKE) for BSD compatibilityLoïc Hoguin
2015-05-14Get rid of the autopatch hack for properLoïc Hoguin
2015-05-10Convert the Erlang version of core_http_get to an Erlang snippetLoïc Hoguin
2015-05-10Fix an issue with escaping double quotes of Erlang snippetsLoïc Hoguin
2015-05-09Add a 'run' command to run the relx releaseLoïc Hoguin
2015-05-07Add a check targetLoïc Hoguin
2015-05-07Add Asciidoc documentation supportLoïc Hoguin