]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
doc: Sort environment variables correctly
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 16 Oct 2010 19:35:31 +0000 (21:35 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 1 Nov 2010 17:31:35 +0000 (18:31 +0100)
MANUAL.txt

index 228ead2579b3c76b9683404551b1423a1557985d..e220a3c71d9ec14ddabd163156dda61173243239 100644 (file)
@@ -185,14 +185,6 @@ cases you won't need any of these as the defaults will be fine.
     You can optionally set *CCACHE_CC* to force the name of the compiler to
     use. If you don't do this then ccache works it out from the command line.
 
-*CCACHE_COMPRESS*::
-
-    If you set the environment variable *CCACHE_COMPRESS* then ccache will
-    compress object files and other compiler output it puts in the cache.
-    However, this setting has no effect on how files are retrieved from the
-    cache; compressed and uncompressed results will still be usable regardless
-    of this setting.
-
 *CCACHE_COMPILERCHECK*::
 
     By default, ccache includes the modification time (``mtime'') and size of
@@ -244,6 +236,14 @@ WRAPPERS>>.
 --
 --
 
+*CCACHE_COMPRESS*::
+
+    If you set the environment variable *CCACHE_COMPRESS* then ccache will
+    compress object files and other compiler output it puts in the cache.
+    However, this setting has no effect on how files are retrieved from the
+    cache; compressed and uncompressed results will still be usable regardless
+    of this setting.
+
 *CCACHE_CPP2*::
 
     If you set the environment variable *CCACHE_CPP2* then ccache will not use