Add some additional notes about the behavior of FEATURES=assume-digests under
authorZac Medico <zmedico@gentoo.org>
Thu, 13 Sep 2007 17:40:39 +0000 (17:40 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 13 Sep 2007 17:40:39 +0000 (17:40 -0000)
various conditions.

svn path=/main/trunk/; revision=7777

man/make.conf.5

index 389dde2302897399734e335efacb16ebe50f0c1a..8147ee913184c585272736c0c59b5f4c244f2fcf 100644 (file)
@@ -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.