зеркало из https://github.com/microsoft/git.git
Remove git-status from list of scripts as it is builtin
Now that git-status is builtin on Cygwin this compiles as git-status.exe. We cannot continue to include git-status as a Makefile target as it will never be built. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
a98b819183
Коммит
e475fe16a9
2
Makefile
2
Makefile
|
@ -234,7 +234,7 @@ SCRIPT_PERL = \
|
|||
|
||||
SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \
|
||||
$(patsubst %.perl,%,$(SCRIPT_PERL)) \
|
||||
git-status git-instaweb
|
||||
git-instaweb
|
||||
|
||||
# ... and all the rest that could be moved out of bindir to gitexecdir
|
||||
PROGRAMS = \
|
||||
|
|
Загрузка…
Ссылка в новой задаче