summaryrefslogtreecommitdiff
path: root/utils/file2base
AgeCommit message (Collapse)Author
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-05-30allow subdirectories in tarballs to be specified as the extra componentLuke Shumaker
2014-05-29refactorLuke Shumaker