Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4211 | Kartik K. Agaram | 2018-02-20 | 1 | -0/+1 |
| | | | | | | | | Just ran into first issue from using the portable /bin/sh rather than a modern shell: https://stackoverflow.com/questions/15744421/read-command-doesnt-wait-for-input Turn on errexit everywhere. | ||||
* | 3460 | Kartik K. Agaram | 2016-10-07 | 1 | -0/+1 |
| | |||||
* | 3447 - drop dependence on GNU make | Kartik K. Agaram | 2016-10-06 | 1 | -0/+7 |
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. |