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 = ...@@ -27,7 +27,7 @@ make-options =
patch-options = -p1 patch-options = -p1
patches = patches =
${:_profile_base_location_}/imap-2007f.patch#42c77fdd5d7a976fc302b93aadb3da98 ${:_profile_base_location_}/imap-2007f.patch#0ea3314c6d2901a5738b4d51d00a9a5b
[cclient:cygwin] [cclient:cygwin]
make-options = make-options =
...@@ -37,4 +37,4 @@ make-options = ...@@ -37,4 +37,4 @@ make-options =
IP=6 IP=6
EXTRACFLAGS=-fPIC EXTRACFLAGS=-fPIC
CCLIENT=%(prefix)s CCLIENT=%(prefix)s
-j1 -j1
\ No newline at end of file
--- old/Makefile 2011-09-22 13:19:53.000000000 +0100 diff --git a/Makefile b/Makefile
+++ new/Makefile 2011-11-09 15:02:54.038306922 +0100 index 5fcf1dd..c5c5f7b 100644
@@ -280,7 +280,11 @@ --- a/Makefile
+++ b/Makefile
@@ -280,7 +280,11 @@ SH=sh
SYSTEM=unix SYSTEM=unix
TOOLS=tools TOOLS=tools
TOUCH=touch TOUCH=touch
...@@ -13,7 +15,7 @@ ...@@ -13,7 +15,7 @@
# Primary build command # Primary build command
@@ -580,7 +584,6 @@ @@ -580,7 +584,6 @@ sslunix sslsco:
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ @echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@echo @echo
@echo Do you want to continue this build anyway? Type y or n please: @echo Do you want to continue this build anyway? Type y or n please:
...@@ -21,7 +23,15 @@ ...@@ -21,7 +23,15 @@
nounenc: nounenc:
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ @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 @echo
@echo Do you want to build with IPv6 anyway? Type y or n please: @echo Do you want to build with IPv6 anyway? Type y or n please:
...@@ -30,7 +40,7 @@ ...@@ -30,7 +40,7 @@
@echo OK, I will remember that you really want to build with IPv6. @echo OK, I will remember that you really want to build with IPv6.
@echo You will not see this message again. @echo You will not see this message again.
@$(TOUCH) ip6 @$(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' $(SH) -c '$(RM) an ua OSTYPE SPECIALS c-client mtest imapd ipopd mailutil mlock dmail tmail || true'
$(CD) tools;$(MAKE) clean $(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