Skip to content

Commit 19b9b0b

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Tested-by: Tor Arntsen <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 92a75a3 commit 19b9b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,7 @@ ifeq ($(uname_S),NetBSD)
898898
HAVE_PATHS_H = YesPlease
899899
endif
900900
ifeq ($(uname_S),AIX)
901+
DEFAULT_PAGER = more
901902
NO_STRCASESTR=YesPlease
902903
NO_MEMMEM = YesPlease
903904
NO_MKDTEMP = YesPlease

0 commit comments

Comments
 (0)