1899
|
1 Index: ccache.1
|
|
2 ===================================================================
|
|
3 RCS file: /cvsroot/ccache/ccache.1,v
|
|
4 retrieving revision 1.26
|
|
5 diff -u -r1.26 ccache.1
|
|
6 --- ccache.1 24 Nov 2005 21:10:08 -0000 1.26
|
|
7 +++ ccache.1 21 Jul 2007 21:03:32 -0000
|
|
8 @@ -330,7 +330,7 @@
|
|
9 .IP o
|
|
10 Use the same \fBCCACHE_DIR\fP environment variable setting
|
|
11 .IP o
|
|
12 -Set the \fBCCACHE_NOLINK\fP environment variable
|
|
13 +Unset the \fBCCACHE_HARDLINK\fP environment variable
|
|
14 .IP o
|
|
15 Make sure everyone sets the CCACHE_UMASK environment variable
|
|
16 to 002, this ensures that cached files are accessible to everyone in
|
|
17 Index: ccache.yo
|
|
18 ===================================================================
|
|
19 RCS file: /cvsroot/ccache/ccache.yo,v
|
|
20 retrieving revision 1.27
|
|
21 diff -u -r1.27 ccache.yo
|
|
22 --- ccache.yo 24 Nov 2005 21:54:09 -0000 1.27
|
|
23 +++ ccache.yo 21 Jul 2007 21:03:32 -0000
|
|
24 @@ -289,7 +289,7 @@
|
|
25
|
|
26 itemize(
|
|
27 it() Use the same bf(CCACHE_DIR) environment variable setting
|
|
28 - it() Set the bf(CCACHE_NOLINK) environment variable
|
|
29 + it() Unset the bf(CCACHE_HARDLINK) environment variable
|
|
30 it() Make sure everyone sets the CCACHE_UMASK environment variable
|
|
31 to 002, this ensures that cached files are accessible to everyone in
|
|
32 the group.
|
|
33 Index: web/ccache-man.html
|
|
34 ===================================================================
|
|
35 RCS file: /cvsroot/ccache/web/ccache-man.html,v
|
|
36 retrieving revision 1.25
|
|
37 diff -u -r1.25 ccache-man.html
|
|
38 --- web/ccache-man.html 13 Sep 2004 10:38:17 -0000 1.25
|
|
39 +++ web/ccache-man.html 21 Jul 2007 21:03:32 -0000
|
|
40 @@ -256,7 +256,7 @@
|
|
41 following conditions need to be met:
|
|
42 <p><ul>
|
|
43 <li > Use the same <strong>CCACHE_DIR</strong> environment variable setting
|
|
44 - <li > Set the <strong>CCACHE_NOLINK</strong> environment variable
|
|
45 + <li > Unset the <strong>CCACHE_HARDLINK</strong> environment variable
|
|
46 <li > Make sure everyone sets the CCACHE_UMASK environment variable
|
|
47 to 002, this ensures that cached files are accessible to everyone in
|
|
48 the group.
|