aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/exec-native.c
Commit message (Collapse)AuthorAgeFilesLines
* make: exit 1 on errorRafael G. Martins2019-03-281-6/+6
|
* *: update copyrightRafael G. Martins2019-01-151-1/+1
|
* *: update copyrightRafael G. Martins2018-10-141-1/+1
|
* Revert "blogc: make: mkdir may raise ENOENT"Rafael G. Martins2018-02-251-1/+1
| | | | | | This reverts commit 0bc74a99b362a7ef58655bf3d4b29d5699c38c90. That change made no sense :x
* blogc: make: mkdir may raise ENOENTRafael G. Martins2018-02-241-1/+1
|
* make: renamed bm_exec_empty_dir()Rafael G. Martins2017-09-141-2/+2
|
* make: copy: truncate dest file if existsRafael G. Martins2017-05-081-1/+1
|
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* blogc-make: fixed dirname calls, to work on freebsdRafael G. Martins2017-02-131-10/+13
|
* make: improved clean ruleRafael G. Martins2017-01-301-32/+54
|
* make: fixed includesRafael G. Martins2017-01-031-1/+0
|
* blogc-make: fixed clean ruleRafael G. Martins2017-01-031-3/+7
|
* make: implemented a build tool for blogcRafael G. Martins2016-12-271-0/+161
so, this is basically what happens when you don't have anything better to do in the christmas weekend. most of this code was written in the last 2 or 3 days. i'd like to thank the chivas brothers, the weather and my psychological problems for this achievement. on a serious note, this tool still needs a man page, more tests, and the aws lambda function should be adapted to use it instead of (or together with) make/busybox. also, while talking about aws lambda, this tool can be nicely embedded into the blogc binary, to produce a single "small" static binary for usage in lambda ;)