Commit 85fd9bd3 authored by Jondy Zhao's avatar Jondy Zhao

cclient: remove confirmation message in the cygwin

parent 1f907396
......@@ -27,7 +27,7 @@ make-options =
patch-options = -p1
patches =
${:_profile_base_location_}/imap-2007f.patch#42c77fdd5d7a976fc302b93aadb3da98
${:_profile_base_location_}/imap-2007f.patch#0ea3314c6d2901a5738b4d51d00a9a5b
[cclient:cygwin]
make-options =
......@@ -37,4 +37,4 @@ make-options =
IP=6
EXTRACFLAGS=-fPIC
CCLIENT=%(prefix)s
-j1
\ No newline at end of file
-j1
--- old/Makefile 2011-09-22 13:19:53.000000000 +0100
+++ new/Makefile 2011-11-09 15:02:54.038306922 +0100
@@ -280,7 +280,11 @@
diff --git a/Makefile b/Makefile
index 5fcf1dd..c5c5f7b 100644
--- a/Makefile
+++ b/Makefile
@@ -280,7 +280,11 @@ SH=sh
SYSTEM=unix
TOOLS=tools
TOUCH=touch
......@@ -13,7 +15,7 @@
# Primary build command
@@ -580,7 +584,6 @@
@@ -580,7 +584,6 @@ sslunix sslsco:
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@echo
@echo Do you want to continue this build anyway? Type y or n please:
......@@ -21,7 +23,15 @@
nounenc:
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@@ -639,7 +642,7 @@
@@ -603,7 +606,6 @@ sslnone:
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@echo
@echo Do you want to continue this build anyway? Type y or n please:
- @$(SH) -c 'read x; case "$$x" in y) exit 0;; *) (make nonossl;exit 1);; esac'
nonossl:
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@@ -639,7 +641,7 @@ ip6:
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@echo
@echo Do you want to build with IPv6 anyway? Type y or n please:
......@@ -30,7 +40,7 @@
@echo OK, I will remember that you really want to build with IPv6.
@echo You will not see this message again.
@$(TOUCH) ip6
@@ -731,6 +734,24 @@
@@ -731,6 +733,24 @@ clean:
$(SH) -c '$(RM) an ua OSTYPE SPECIALS c-client mtest imapd ipopd mailutil mlock dmail tmail || true'
$(CD) tools;$(MAKE) clean
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment