зеркало из https://github.com/microsoft/git.git
Makefile: default pager on AIX to "more"
AIX doesn't ship with "less" by default, and their "more" is more featureful than average, so the latter is a more sensible choice. People who really want less can set the compile-time option themselves, or users can set $PAGER. Signed-off-by: Jeff King <peff@peff.net> Tested-by: Tor Arntsen <tor@spacetec.no> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
92a75a391e
Коммит
19b9b0b220
1
Makefile
1
Makefile
|
@ -898,6 +898,7 @@ ifeq ($(uname_S),NetBSD)
|
|||
HAVE_PATHS_H = YesPlease
|
||||
endif
|
||||
ifeq ($(uname_S),AIX)
|
||||
DEFAULT_PAGER = more
|
||||
NO_STRCASESTR=YesPlease
|
||||
NO_MEMMEM = YesPlease
|
||||
NO_MKDTEMP = YesPlease
|
||||
|
|
Загрузка…
Ссылка в новой задаче