Browse Source

Rename the "tools" programs to also have the "git-" prefix

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.
maint
Linus Torvalds 20 years ago
parent
commit
fd1fcd9f57
  1. 7
      tools/Makefile
  2. 0
      tools/git-applymbox
  3. 0
      tools/git-applypatch

7
tools/Makefile

@ -10,8 +10,11 @@ prefix=$(HOME) @@ -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)


0
tools/applymbox → tools/git-applymbox

0
tools/applypatch → tools/git-applypatch

Loading…
Cancel
Save