mirror of
https://github.com/reactos/ccache.git
synced 2025-01-19 01:42:15 +00:00
doc patch from Martin Pool regarding NFS and renames
This commit is contained in:
parent
91abe457de
commit
46d7dca477
6
ccache.1
6
ccache.1
@ -341,6 +341,12 @@ ccache can handle a much wider ranger of compiler options
|
||||
.IP o
|
||||
ccache avoids a double call to cpp on a cache miss
|
||||
.PP
|
||||
.SH "BUGS"
|
||||
.PP
|
||||
When the cache is stored on an NFS filesystem, the filesystem must be
|
||||
exported with the \fBno_subtree_check\fP option to make renames between
|
||||
directories reliable\&.
|
||||
.PP
|
||||
.SH "CREDITS"
|
||||
.PP
|
||||
Thanks to the following people for their contributions to ccache
|
||||
|
@ -302,6 +302,12 @@ it() ccache can handle a much wider ranger of compiler options
|
||||
it() ccache avoids a double call to cpp on a cache miss
|
||||
)
|
||||
|
||||
manpagesection(BUGS)
|
||||
|
||||
When the cache is stored on an NFS filesystem, the filesystem must be
|
||||
exported with the bf(no_subtree_check) option to make renames between
|
||||
directories reliable.
|
||||
|
||||
manpagesection(CREDITS)
|
||||
|
||||
Thanks to the following people for their contributions to ccache
|
||||
|
Loading…
x
Reference in New Issue
Block a user