diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-09-13 17:40:39 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-09-13 17:40:39 +0000 |
commit | 19811a04c5514d2911c386b1d4ea61f3ac516287 (patch) | |
tree | c81586ab44c84ac777510a3840aa55ce0d8425ae | |
parent | 9e246ef9740eef44ea3f1b57ace58f7f8bb67239 (diff) | |
download | portage-19811a04c5514d2911c386b1d4ea61f3ac516287.tar.gz portage-19811a04c5514d2911c386b1d4ea61f3ac516287.tar.bz2 portage-19811a04c5514d2911c386b1d4ea61f3ac516287.zip |
Add some additional notes about the behavior of FEATURES=assume-digests under
various conditions.
svn path=/main/trunk/; revision=7777
-rw-r--r-- | man/make.conf.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 389dde230..8147ee913 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. |