Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-20 | Implement spec2 and file2 entirely in Make. | Luke Shumaker | |
This removes the need for memoization. | |||
2014-11-16 | Correctly handle URLs containing '%' | Luke Shumaker | |
2014-07-25 | Generalize the utils to make the target an argument. | Luke Shumaker | |
2014-07-25 | Makefile: avoid shelling out inside of a loop. Also fix a 'download:' bug. | Luke Shumaker | |
- This should speed up Makefile parse times - This is still not avoided for the "magic foreach loop". - The bug in 'download:' is that it was always using the 'file'; for git and tar, it needs the 'base'. | |||
2014-07-22 | add aopalliance | Luke Shumaker | |
2014-05-30 | fix bug in tar subdirectory extract code | Luke Shumaker | |
2014-05-30 | allow subdirectories in tarballs to be specified as the extra component | Luke Shumaker | |
2014-05-29 | fix things | Luke Shumaker | |
2014-05-29 | refactor | Luke Shumaker | |