From: Joel Rosdahl Date: Sat, 20 Feb 2010 23:22:30 +0000 (+0100) Subject: Sort environment variables in the man page X-Git-Tag: v3.0pre0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce92d74175bc04b5b7110ea9b68f768fbf75089e;p=thirdparty%2Fccache.git Sort environment variables in the man page --- diff --git a/ccache.yo b/ccache.yo index 21704e0a6..cc9feec51 100644 --- a/ccache.yo +++ b/ccache.yo @@ -162,10 +162,6 @@ systems like this you can use the CCACHE_EXTENSION option to override the default. On HP-UX set this environment variable to "i" if you use the aCC compiler. -dit(bf(CCACHE_LOGFILE)) If you set the CCACHE_LOGFILE environment -variable then ccache will write some log information on cache hits -and misses in that file. This is useful for tracking down problems. - dit(bf(CCACHE_HARDLINK)) If you set the environment variable CCACHE_HARDLINK then ccache will attempt to use hard links from the cache directory when creating the compiler output rather than using a @@ -174,11 +170,6 @@ file copy. Using hard links is faster, but can confuse programs like compressed cache files. This means that you typically also should set the CCACHE_NOCOMPRESS variable if you want to use hard links. -dit(bf(CCACHE_HASH_COMPILER)) This tells ccache to hash binary of the -compiler instead of hashing just its size and mtime. This is very -slightly slower, but makes copes better with compiler upgrades during -a build bootstrapping process. - dit(bf(CCACHE_HASHDIR)) This tells ccache to hash the current working directory when calculating the hash that is used to distinguish two compiles. This prevents a problem with the storage of the current @@ -189,6 +180,15 @@ incorrect setting of this debug info rarely causes problems. If you strike problems with gdb not using the correct directory then enable this option. +dit(bf(CCACHE_HASH_COMPILER)) This tells ccache to hash binary of the +compiler instead of hashing just its size and mtime. This is very +slightly slower, but makes copes better with compiler upgrades during +a build bootstrapping process. + +dit(bf(CCACHE_LOGFILE)) If you set the CCACHE_LOGFILE environment +variable then ccache will write some log information on cache hits +and misses in that file. This is useful for tracking down problems. + dit(bf(CCACHE_NLEVELS)) The environment variable CCACHE_NLEVELS allows you to choose the number of levels of hash in the cache directory. The default is 2. The minimum is 1 and the maximum is 8.