From: Jeff King Date: Sat, 10 Dec 2011 10:41:27 +0000 (-0500) Subject: Makefile: linux has /dev/tty X-Git-Tag: v1.7.9-rc0~31^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9b4b894601a484bec4132f0201c55a7a0d29eab3?hp=--cc Makefile: linux has /dev/tty Therefore we can turn on our custom prompt function instead of relying on getpass. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- 9b4b894601a484bec4132f0201c55a7a0d29eab3 diff --git a/Makefile b/Makefile index 7c370ea57c..a09da748f7 100644 --- a/Makefile +++ b/Makefile @@ -837,6 +837,7 @@ ifeq ($(uname_S),Linux) NO_STRLCPY = YesPlease NO_MKSTEMPS = YesPlease HAVE_PATHS_H = YesPlease + HAVE_DEV_TTY = YesPlease endif ifeq ($(uname_S),GNU/kFreeBSD) NO_STRLCPY = YesPlease