annotate lib/swig/swigwin-2.0.11/CCache/debian/patches/08_manpage_hyphens.diff @ 2521:8e2022a843d9

.
author a.parshin
date Thu, 09 Oct 2014 19:30:22 +0300
parents b3009adc0e2f
children
rev   line source
1899
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
1 Index: ccache.1
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
2 ===================================================================
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
3 --- ccache.1 (révision 7695)
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
4 +++ ccache.1 (copie de travail)
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
5 @@ -49,7 +49,7 @@
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
6 .IP "\fB-s\fP"
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
7 Print the current statistics summary for the cache\&. The
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
8 statistics are stored spread across the subdirectories of the
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
9 -cache\&. Using "ccache -s" adds up the statistics across all
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
10 +cache\&. Using "ccache \-s" adds up the statistics across all
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
11 subdirectories and prints the totals\&.
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
12 .IP
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
13 .IP "\fB-z\fP"
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
14 @@ -60,7 +60,7 @@
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
15 .IP
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
16 .IP "\fB-c\fP"
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
17 Clean the cache and re-calculate the cache file count and
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
18 -size totals\&. Normally the -c option should not be necessary as ccache
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
19 +size totals\&. Normally the \-c option should not be necessary as ccache
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
20 keeps the cache below the specified limits at runtime and keeps
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
21 statistics up to date on each compile\&. This option is mostly useful
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
22 if you manually modify the cache contents or believe that the cache
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
23 @@ -100,9 +100,9 @@
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
24
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
25
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
26 cp ccache /usr/local/bin/
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
27 - ln -s /usr/local/bin/ccache /usr/local/bin/gcc
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
28 - ln -s /usr/local/bin/ccache /usr/local/bin/g++
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
29 - ln -s /usr/local/bin/ccache /usr/local/bin/cc
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
30 + ln \-s /usr/local/bin/ccache /usr/local/bin/gcc
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
31 + ln \-s /usr/local/bin/ccache /usr/local/bin/g++
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
32 + ln \-s /usr/local/bin/ccache /usr/local/bin/cc
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
33
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
34 .fi
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
35
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
36 @@ -118,7 +118,7 @@
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
37 .PP
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
38 When run as a compiler front end ccache usually just takes the same
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
39 command line options as the compiler you are using\&. The only exception
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
40 -to this is the option \&'--ccache-skip\&'\&. That option can be used to tell
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
41 +to this is the option \&'\-\-ccache-skip\&'\&. That option can be used to tell
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
42 ccache that the next option is definitely not a input filename, and
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
43 should be passed along to the compiler as-is\&.
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
44 .PP
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
45 @@ -128,7 +128,7 @@
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
46 of the resulting object file (among other things)\&. The heuristic
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
47 ccache uses in this parse is that any string on the command line that
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
48 exists as a file is treated as an input file name (usually a C
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
49 -file)\&. By using --ccache-skip you can force an option to not be
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
50 +file)\&. By using \-\-ccache-skip you can force an option to not be
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
51 treated as an input file name and instead be passed along to the
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
52 compiler as a command line option\&.
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
53 .PP
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
54 @@ -238,7 +238,7 @@
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
55 .IP "\fBCCACHE_UNIFY\fP"
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
56 If you set the environment variable CCACHE_UNIFY
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
57 then ccache will use the C/C++ unifier when hashing the pre-processor
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
58 -output if -g is not used in the compile\&. The unifier is slower than a
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
59 +output if \-g is not used in the compile\&. The unifier is slower than a
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
60 normal hash, so setting this environment variable loses a little bit
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
61 of speed, but it means that ccache can take advantage of not
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
62 recompiling when the changes to the source code consist of
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
63 @@ -262,7 +262,7 @@
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
64 .PP
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
65 By default ccache has a one gigabyte limit on the cache size and no
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
66 maximum number of files\&. You can set a different limit using the
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
67 -"ccache -M" and "ccache -F" options, which set the size and number of
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
68 +"ccache \-M" and "ccache \-F" options, which set the size and number of
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
69 files limits\&.
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
70 .PP
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
71 When these limits are reached ccache will reduce the cache to 20%
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
72 @@ -276,7 +276,7 @@
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
73 that it is the same code by forming a hash of:
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
74 .PP
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
75 .IP o
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
76 -the pre-processor output from running the compiler with -E
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
77 +the pre-processor output from running the compiler with \-E
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
78 .IP o
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
79 the command line options
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
80 .IP o
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
81 @@ -331,7 +331,7 @@
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
82 .IP o
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
83 Make sure that the setgid bit is set on all directories in the
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
84 cache\&. This tells the filesystem to inherit group ownership for new
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
85 -directories\&. The command "chmod g+s `find $CCACHE_DIR -type d`" might
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
86 +directories\&. The command "chmod g+s `find $CCACHE_DIR \-type d`" might
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
87 be useful for this\&.
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
88 .PP
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
89 .SH "HISTORY"