about summary refs log tree commit diff stats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* 3475Kartik K. Agaram2016-10-071-22/+20
|
* 3474Kartik K. Agaram2016-10-071-20/+27
| | | | Don't print anything during build if there's nothing being built.
* 3459Kartik K. Agaram2016-10-071-2/+2
|
* 3452Kartik K. Agaram2016-10-061-21/+23
| | | | | | | | Fix the sense of a shell function. Somehow in all these years I hadn't realized that 0 is true and non-zero is false for purposes of *nix shells' `&&` and `||` operators. Suddenly Urbit doesn't seem so far out..
* 3450Kartik K. Agaram2016-10-061-2/+6
| | | | Purge remaining `makefile`s, without breaking CI.
* 3447 - drop dependence on GNU makeKartik K. Agaram2016-10-061-0/+117
A generic build system is overkill for such a small project, and it was adding complexity on OpenBSD which doesn't come with GNU make by default. In the process we also eliminate our reliance on bash and perl, at least for the core build script.