summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2014-11-20Implement spec2 and file2 entirely in Make.Luke Shumaker
This removes the need for memoization.
2014-11-16Correctly handle URLs containing '%'Luke Shumaker
2014-07-25Generalize the utils to make the target an argument.Luke Shumaker
2014-07-25Makefile: 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-22add aopallianceLuke Shumaker
2014-05-30fix bug in tar subdirectory extract codeLuke Shumaker
2014-05-30allow subdirectories in tarballs to be specified as the extra componentLuke Shumaker
2014-05-29fix thingsLuke Shumaker
2014-05-29refactorLuke Shumaker