From 42cab46428e69cf7423053b10940a275c38c04ff Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 21 Aug 2010 11:18:40 -0700 Subject: Bug #324191 - Add support for FEATURES=compress-build-logs. The causes all build logs to be compressed while they are being written. Log file names have an extension that is appropriate for the compression type. Currently, only gzip(1) compression is supported, so build logs will have a '.gz' extension when this feature is enabled. --- man/make.conf.5 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'man/make.conf.5') diff --git a/man/make.conf.5 b/man/make.conf.5 index 0827db11a..74b24576b 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -231,6 +231,12 @@ A QA\-feature to ensure that a package doesn't overwrite files it doesn't own. The \fICOLLISION_IGNORE\fR variable can be used to selectively disable this feature. Also see the related \fIprotect\-owned\fR feature. .TP +.B compress\-build\-logs +The causes all build logs to be compressed while they are being written. +Log file names have an extension that is appropriate for the compression +type. Currently, only \fBgzip\fR(1) compression is supported, so build +logs will have a '.gz' extension when this feature is enabled. +.TP .B digest Autogenerate digests for packages when running the \fBemerge\fR(1) command. If the \fIassume\-digests\fR feature is also enabled then existing SRC_URI digests -- cgit v1.2.3-1-g7c22