Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove temporary files before each test | Sean Allred | 2015-01-03 | 1 | -0/+1 |
| | |||||
* | Ensure dependencies for this version are in place | Sean Allred | 2014-11-09 | 1 | -0/+1 |
| | |||||
* | Ensure Emacs uses hard tabs for this file | Sean Allred | 2014-11-09 | 1 | -0/+4 |
| | |||||
* | Add rules to install evm; cask | Sean Allred | 2014-11-09 | 1 | -0/+6 |
| | |||||
* | Ensure correct version is being tested | Sean Allred | 2014-11-09 | 1 | -0/+1 |
| | | | | | | The `--use' option for `evm' seems to be ineffective on my machine. This usage is (or should be) functionally equivalent; it links `emacs' to the correct version in EVM. | ||||
* | Compress Makefile usage | Sean Allred | 2014-11-09 | 1 | -3/+3 |
| | | | | | | Instead of using `make 24.1', use `make 1'. Also, skip install if it is present already. | ||||
* | Avoid .DEFAULT rule in Makefile | Sean Allred | 2014-11-09 | 1 | -2/+4 |
| | | | | | | Instead, use a proper 'group' rule using the `VERSIONS' variable. Also, the use of `::' signals that the order doesn't matter at all; the recipes will be executed in the order they appear in the Makefile. | ||||
* | Add 24.4 support | Sean Allred | 2014-11-09 | 1 | -2/+2 |
| | | | | Also tests rejeep/evm#48 | ||||
* | Rename makefile | Sean Allred | 2014-11-08 | 1 | -0/+24 |