summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergushenderson@users.noreply.github.com>2009-07-22 17:22:54 +0000
committerfergus.henderson <fergushenderson@users.noreply.github.com>2009-07-22 17:22:54 +0000
commit8d9c1b3cf39de0562dacdb45dcc900fec2f76c2a (patch)
tree8456bd528e6f83abfa44605f67e0ac3578107a60
parentcc9926748d012f50b5e6affd9abdd78decb15e2d (diff)
downloaddistcc-git-8d9c1b3cf39de0562dacdb45dcc900fec2f76c2a.tar.gz
Improve some slightly misleading documentation.
-rw-r--r--man/include_server.19
1 files changed, 6 insertions, 3 deletions
diff --git a/man/include_server.1 b/man/include_server.1
index 9a10dde..ac1352c 100644
--- a/man/include_server.1
+++ b/man/include_server.1
@@ -220,10 +220,13 @@ The build system rewrites a file. For Linux kernel 2.6, this happens
for 'include/linux/compile.h' and 'include/asm/asm-offsets.h'. This condition is
fixed by letting the include server know that it must reset its caches when a
stat of any of the files changes. Practically, this is done by gathering the
-files in a colon-separated list and then setting the INCLUDE_SERVER_ARGS command
-as in:
+files in a colon-separated list and then setting the INCLUDE_SERVER_ARGS
+environment variable when invoking the pump script, so that it passes
+the
+.B --stat_reset_triggers
+option; for example,
- include_server_args="--stat_reset_triggers=include/linux/compile.h:include/asm/asm-offsets.h"
+ INCLUDE_SERVER_ARGS="--stat_reset_triggers=include/linux/compile.h:include/asm/asm-offsets.h"
.TP
.B A header file is potentially included, but does not exist, and is then later included.