зеркало из https://github.com/microsoft/git.git
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.
This commit is contained in:
Родитель
c0a58fbb51
Коммит
fd1fcd9f57
|
@ -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)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче