summaryrefslogtreecommitdiff
path: root/tools/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-07-31Fix typo in recent Makefile cleanup (again).Libravatar Junio C Hamano1-3/+3
Another instance of $(bin) was missed when it was renamed to $(bindir). Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-07-23Rename the "tools" programs to also have the "git-" prefixLibravatar Linus Torvalds1-2/+5
Hey, people are using them, and we have an install target for them, so make sure that we can actually install them sanely without disturbing the namespace.
2005-07-22[PATCH] Install tools with "make install-tools".Libravatar Junio C Hamano1-2/+11
Match the main Makefile by separating COPTS from CFLAGS, defining INSTALL, prefix, and bin. Add a new target 'install-tools' to the main Makefile to install them. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-07-16Prepare git-tools for merging into the main git archiveLibravatar Linus Torvalds1-0/+14
Rename into a "tools" subdirectory, and change name of "dotest" to "applymbox". Remove stripspace (which was already copied into git) and cvs2git (which was likewise already copied into git, and then replaced by a much better perl version). All of this was brought on by Ryan Anderson shaming me into it. Thanks. I guess.