Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 911276 | Differences between
and this patch

Collapse All | Expand All

(-)a/man/make.conf.5 (-2 / +11 lines)
Lines 335-342 SRC_URI digests are correct. This feature also affects digest generation via Link Here
335
in ${DISTDIR} will be automatically assumed even when \fIassume\-digests\fR is
335
in ${DISTDIR} will be automatically assumed even when \fIassume\-digests\fR is
336
not enabled. If a file exists in ${DISTDIR} but its size does not match the
336
not enabled. If a file exists in ${DISTDIR} but its size does not match the
337
existing digest, the digest will be regenerated regardless of whether or
337
existing digest, the digest will be regenerated regardless of whether or
338
not \fIassume\-digests\fR is enabled. The \fBebuild\fR(1) \fBdigest\fR command
338
not \fIassume\-digests\fR is enabled. Running the \fBebuild\fR(1) \fBdigest\fR
339
has a \fB\-\-force\fR option that can be used to force regeneration of digests.
339
command with the \fB\-\-force\fR option or enabling the \fBforce\fR feature
340
forces regeneration of digests.
340
.TP
341
.TP
341
.B binpkg\-docompress
342
.B binpkg\-docompress
342
Perform \fBdocompress\fR (controllable file compression) before creating binary
343
Perform \fBdocompress\fR (controllable file compression) before creating binary
Lines 518-523 the \fBebuild\fR(1) command. Link Here
518
Modifies .la files to not include other .la files and some other
519
Modifies .la files to not include other .la files and some other
519
fixes (order of flags, duplicated entries, ...)
520
fixes (order of flags, duplicated entries, ...)
520
.TP
521
.TP
522
.B force
523
When utilizing \fBebuild\fR(1)'s \fBdigest\fR or \fBmanifest\fR command, force
524
regeneration of digests for all distfiles associated with the current ebuild.
525
Any distfiles that do not already exist in ${DISTDIR} will be automatically
526
fetched. When used with other commands, command execution will be forced even
527
if the corresponding build phase has already ran. Running \fBebuild\fR(1) with
528
the \fB\-\-force\fR option also enables this feature during runtime.
529
.TP
521
.B force\-mirror
530
.B force\-mirror
522
Only fetch files from configured mirrors, ignoring \fBSRC_URI\fR,
531
Only fetch files from configured mirrors, ignoring \fBSRC_URI\fR,
523
except when \fImirror\fR is in the \fBebuild\fR(5) \fBRESTRICT\fR variable.
532
except when \fImirror\fR is in the \fBebuild\fR(5) \fBRESTRICT\fR variable.

Return to bug 911276