]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Sort environment variables in the man page
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 20 Feb 2010 23:22:30 +0000 (00:22 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 20 Feb 2010 23:22:30 +0000 (00:22 +0100)
ccache.yo

index 21704e0a65b3331cf5a3f4e629339868eb7aba01..cc9feec51b30e8a59a5fa4f8a952698262e956a0 100644 (file)
--- 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.