projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b4b894
)
Makefile: OS X has /dev/tty
author
Jeff King
<peff@peff.net>
Sat, 10 Dec 2011 10:41:30 +0000
(
05:41
-0500)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 13 Dec 2011 00:09:39 +0000
(16:09 -0800)
We can use our enhanced getpass(). Tested by me.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a09da748f753b12d9ef3d8a49ffb0e6603a7c10f..4449cc8f7d9b82e4f83dac2cff8e086c40802391 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-898,6
+898,7
@@
ifeq ($(uname_S),Darwin)
endif
NO_MEMMEM = YesPlease
USE_ST_TIMESPEC = YesPlease
+ HAVE_DEV_TTY = YesPlease
endif
ifeq ($(uname_S),SunOS)
NEEDS_SOCKET = YesPlease