Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-11 | Makefile: Avoid a bug in Emacs 24 sh-script.el indent | Luke Shumaker | |
It screws up indent in an `if` block (but not the `then` block). | |||
2016-04-18 | Makefile: Only check $(devtoolsdir) existence if it's needed.v20160418 | Luke Shumaker | |
The check was creating problems with release tarballs, for obvious reasons. | |||
2016-03-03 | Add a check so that it errors sensibly if devtoolsdir is set incorrectly. | Luke Shumaker | |
2016-02-08 | Whoops, `make install-libretools` was installing everythingv20160208 | Luke Shumaker | |
2016-02-08 | Refactor the build system. Avoid recursive make. | Luke Shumaker | |
This looks like a lot, but more things should "just work". We have `make dist` now! |