summaryrefslogtreecommitdiffstats
path: root/man/make.conf.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-09-26 04:09:30 +0000
committerZac Medico <zmedico@gentoo.org>2007-09-26 04:09:30 +0000
commit615b87e65ffb598967080a8cc6b1ad69e63c0b93 (patch)
treebcdf03a69764551068e80edf828eee67bbdea856 /man/make.conf.5
parent34dd50564453c009bc10147acecf1b0ec4a8c2de (diff)
downloadportage-615b87e65ffb598967080a8cc6b1ad69e63c0b93.tar.gz
portage-615b87e65ffb598967080a8cc6b1ad69e63c0b93.tar.bz2
portage-615b87e65ffb598967080a8cc6b1ad69e63c0b93.zip
Add some additional notes about the behavior of FEATURES=assume-digests
under various conditions. (trunk r7777) svn path=/main/branches/2.1.2/; revision=7817
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.56
1 files changed, 5 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index a78b377fb..6908a766c 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -135,7 +135,11 @@ an incremental variable.
When commiting work to cvs with \fBrepoman\fR(1), assume that all existing
SRC_URI digests are correct. This feature also affects digest generation via
\fBebuild\fR(1) and \fBemerge\fR(1) (emerge generates digests only when the
-\fIdigest\fR feature is enabled).
+\fIdigest\fR feature is enabled). Existing digests for files that do not exist
+in ${DISTDIR} will be automatically assumed even when \fIassume\-digests\fR is
+not enabled. If a file exists in ${DISTDIR} but it's size does not match the
+existing digest, the digest will be regenerated regardless of the whether or
+not \fIassume\-digests\fR is enabled.
.TP
.B buildpkg
Binary packages will be created for all packages that are merged.