Age | Commit message (Collapse) | Author |
|
We can just LDFLAGS += and whatnot.
|
|
Add compile .cc,.cpp,.C files as C++.
Compile each source file to .o.
Link all .o object to .so.
Delete .o on clean target.
|
|
|
|
|
|
|
|
|
|
|
|
Because env.mk creates a considerable time, then delete it less often.
|
|
|
|
|
|
Using LDFLAGS, LDLIBS for link
|
|
|
|
Fixed a small whitespace issue in the silent output.
|
|
|
|
|
|
|
|
|
|
This is unfortunately unsuited as a plugin due to its dependence on erlc
for compilation. The MIBs must be compiled before an Erlang source.
|
|
* erlang:halt/0 is much faster than init:stop/0 to terminate
execution (no wait time)
|
|
git://github.com/inaka/erlang.mk
|
|
|
|
|
|
|
|
|
|
As much as I dislike this change, this should simplify the
process of moving to erlang.mk.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If all deps know where to download it, then don't download index file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
packages.v1.tsv
packages.v1.txt
packages.v2.tsv
|
|
|
|
|
|
|
|
|
|
|