Skip to content

Commit f4c2eb8

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 2543d9b commit f4c2eb8

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
@@ -886,6 +886,7 @@ ifeq ($(uname_S),NetBSD)
886886
NO_MKSTEMPS = YesPlease
887887
endif
888888
ifeq ($(uname_S),AIX)
889+
DEFAULT_PAGER = more
889890
NO_STRCASESTR=YesPlease
890891
NO_MEMMEM = YesPlease
891892
NO_MKDTEMP = YesPlease

0 commit comments

Comments
 (0)