Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lukas Niegsch
slapos
Commits
85fd9bd3
Commit
85fd9bd3
authored
Jul 16, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cclient: remove confirmation message in the cygwin
parent
1f907396
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
8 deletions
+18
-8
component/cclient/buildout.cfg
component/cclient/buildout.cfg
+2
-2
component/cclient/imap-2007f.patch
component/cclient/imap-2007f.patch
+16
-6
No files found.
component/cclient/buildout.cfg
View file @
85fd9bd3
...
@@ -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 =
...
...
component/cclient/imap-2007f.patch
View file @
85fd9bd3
--- 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 +73
4,24 @@
@@ -731,6 +73
3,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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment