Skip to content

Commit

Permalink
Rename the "tools" programs to also have the "git-" prefix
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Linus Torvalds committed Jul 24, 2005
1 parent c0a58fb commit fd1fcd9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ prefix=$(HOME)
bin=$(prefix)/bin
# dest=

PROGRAMS=mailsplit mailinfo
SCRIPTS=applymbox applypatch
PROGRAMS=git-mailsplit git-mailinfo
SCRIPTS=git-applymbox git-applypatch

git-%: %.c
$(CC) $(CFLAGS) -o $@ $(filter %.c,$^)

all: $(PROGRAMS)

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fd1fcd9

Please sign in to comment.