aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-05-15Add support for rebar.config.scriptLoïc Hoguin
2015-05-15Merge branch 'update-version' of https://github.com/kaos/erlang.mkLoïc Hoguin
2015-05-15Change the alternative rebar detection to avoid messagesLoïc Hoguin
The use of 'make -n' introduced some unwanted messages. This new solution doesn't have this problem.
2015-05-15Merge branch 'jj1bdx-freebsd-sh-redirect-fix' of ↵Loïc Hoguin
https://github.com/jj1bdx/erlang.mk
2015-05-15Fix test/Makefile for FreeBSD shell redirection compatibilityKenji Rikitake
* FreeBSD shell does not accept `&>` as the redirect operator; Explicitly rewrite `&>/dev/null` to `>/dev/null 2>&1` as a workaround
2015-05-15Add package ej to the indexLoïc Hoguin
2015-05-15Add package pooler to the indexLoïc Hoguin
2015-05-15Add another test for rebar detectionLoïc Hoguin
If we can't find "rebar" in the Makefile, we now try 'make -n' and check the output. This will catch cases where the "rebar" stuff is defined in included files.
2015-05-15Replace make with $(MAKE) for BSD compatibilityLoïc Hoguin
2015-05-14Add erldns to the package indexLoïc Hoguin
2015-05-14Add ASN.1 compilation supportLoïc Hoguin
2015-05-14Merge branch 'jj1bdx-c_src-appbuild' of https://github.com/jj1bdx/erlang.mkLoïc Hoguin
2015-05-14Add package json to the indexLoïc Hoguin
This commit also fixes dependencies which have no Makefile and are not Erlang projects. The detection of Erlang project is a little naive at the moment but works. We can refine it later on if needed.
2015-05-14Make sure auto patched dependencies recompile fineLoïc Hoguin
2015-05-14Add package safetyvalve to the indexLoïc Hoguin
2015-05-14Add package erlubi to the indexLoïc Hoguin
2015-05-14Add package joxa to the indexLoïc Hoguin
2015-05-14Add package eleveldb to the indexLoïc Hoguin
2015-05-14Add package procket to the indexLoïc Hoguin
2015-05-14Add package bitcask to the indexLoïc Hoguin
2015-05-14Add package ierlang to the indexLoïc Hoguin
2015-05-14Add edis, erlasticsearch and rec2json back to the indexLoïc Hoguin
2015-05-14Get rid of the autopatch hack for properLoïc Hoguin
2015-05-14Build NIF C code also on testsKenji Rikitake
* This patch ensures building the NIF code under`c_src` even on running `make tests` * When `c_src/Makefile` exists: * Split the Makefile invocation dependency into `app-c_src` * Invoke `app-c_src` also in `test-build` as well as `app` * When `c_src/Makefile` does not exist: * Add `$(C_SRC_ENV) $(C_SRC_OUTPUT)` dependencies to `test-build`
2015-05-14Initial autopatch of port env and hooksLoïc Hoguin
2015-05-13Add package epocxy to the indexLoïc Hoguin
2015-05-13Add package statebox to the indexLoïc Hoguin
2015-05-13Add a hack to make proper work againLoïc Hoguin
It was between this and adding it to NO_AUTOPATCH. This has the advantage of not requiring rebar.
2015-05-13Remove duplicate packageLoïc Hoguin
2015-05-13Add package fuse to the indexLoïc Hoguin
2015-05-13Add package fast_disk_log to the indexLoïc Hoguin
2015-05-13Improve rebar detection for autopatchLoïc Hoguin
2015-05-13Add package webmachine to the indexLoïc Hoguin
2015-05-13Add package ux to the indexLoïc Hoguin
2015-05-13Add package twitter_erlang to the indexLoïc Hoguin
2015-05-13Add package tsung to the indexLoïc Hoguin
2015-05-13Add package triq to the indexLoïc Hoguin
2015-05-13Add package switchboard to the indexLoïc Hoguin
2015-05-13Add package rlimit to the indexLoïc Hoguin
2015-05-13Add package riak_dt to the indexLoïc Hoguin
2015-05-13Add package relx to the indexLoïc Hoguin
2015-05-13Add package rack to the indexLoïc Hoguin
2015-05-13Add package protobuffs to the indexLoïc Hoguin
2015-05-13Add package pobox to the indexLoïc Hoguin
2015-05-13Add package openpoker to the indexLoïc Hoguin
2015-05-13Add package oauth2 to the indexLoïc Hoguin
2015-05-13Add package oauth to the indexLoïc Hoguin
2015-05-13Add package neotoma to the indexLoïc Hoguin
2015-05-13Add package n2o to the indexLoïc Hoguin
2015-05-13Add package nat_upnp to the indexLoïc Hoguin