diff options
author | 2011-06-06 11:21:10 +0100 | |
---|---|---|
committer | 2011-06-06 11:21:10 +0100 | |
commit | 70aea6c1455553d61c5c3483bcceac8b5f36d65b (patch) | |
tree | 991246ce5248a6c932c2d345e8c87cc5b3b1493d | |
parent | c9dc93505806f203a6829f0a76b5ead3043a1029 (diff) | |
download | paludis-70aea6c1455553d61c5c3483bcceac8b5f36d65b.tar.gz paludis-70aea6c1455553d61c5c3483bcceac8b5f36d65b.tar.xz |
Use BUILD_OPTIONS rather than SKIP_FUNCTIONS
-rw-r--r-- | doc/faq/different.html.part | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/faq/different.html.part b/doc/faq/different.html.part index 15766fb65..ebbfb4f94 100644 --- a/doc/faq/different.html.part +++ b/doc/faq/different.html.part @@ -28,8 +28,7 @@ a rather ugly way of handling things. We do have equivalents to most values:</p> <dd>See <a href="howdoi.html#distcc">Use <code>distcc</code></a>.</dd> <dt>keepwork, keeptemp, noclean</dt> - <dd>The <code>builtin_tidyup</code> phase does cleaning up. You can turn - this phase off using <code>SKIP_FUNCTIONS="tidyup"</code>.</dd> + <dd>You can use <code>BUILD_OPTIONS: preserve_work</code> for a similar effect.</dd> <dt>nodoc, noinfo, noman</dt> <dd>You could write a hook that removes the relevant directories from |