Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: man/make.conf.5

Issue 6677171: Add force-mirror FEATURE. (Closed) Base URL: http://git.chromium.org/git/portage_tool.git@cros-2.1.9
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pym/portage/const.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .TH "MAKE.CONF" "5" "Mar 2011" "Portage VERSION" "Portage" 1 .TH "MAKE.CONF" "5" "Mar 2011" "Portage VERSION" "Portage"
2 .SH "NAME" 2 .SH "NAME"
3 make.conf \- custom settings for Portage 3 make.conf \- custom settings for Portage
4 .SH "SYNOPSIS" 4 .SH "SYNOPSIS"
5 \fB/etc/make.conf\fR and \fB/etc/portage/make.conf\fR 5 \fB/etc/make.conf\fR and \fB/etc/portage/make.conf\fR
6 .SH "DESCRIPTION" 6 .SH "DESCRIPTION"
7 This file contains various variables that are used by Portage. 7 This file contains various variables that are used by Portage.
8 Portage will check the currently\-defined environment variables 8 Portage will check the currently\-defined environment variables
9 first for any settings. If no environment settings are found, 9 first for any settings. If no environment settings are found,
10 Portage then checks the make.conf files. Both /etc/make.conf and 10 Portage then checks the make.conf files. Both /etc/make.conf and
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 Do not delete the ${WORKDIR} directory after the merge process. ${WORKDIR} can 297 Do not delete the ${WORKDIR} directory after the merge process. ${WORKDIR} can
298 then be reused since this feature disables most of the clean phase that runs 298 then be reused since this feature disables most of the clean phase that runs
299 prior to each build. Due to lack of proper cleanup, this feature can 299 prior to each build. Due to lack of proper cleanup, this feature can
300 interfere with normal emerge operation and therefore it should not be left 300 interfere with normal emerge operation and therefore it should not be left
301 enabled for more than a short period of time. 301 enabled for more than a short period of time.
302 .TP 302 .TP
303 .B fixlafiles 303 .B fixlafiles
304 Modifies .la files to not include other .la files and some other 304 Modifies .la files to not include other .la files and some other
305 fixes (order of flags, duplicated entries, ...) 305 fixes (order of flags, duplicated entries, ...)
306 .TP 306 .TP
307 .B force-mirror
308 Only fetch files from configured mirrors, ignoring \fBSRC_URI\fR,
309 except when \fImirror\fR is in the \fBebuild\fR(5) \fBRESTRICT\fR variable.
310 .TP
307 .B lmirror 311 .B lmirror
308 When \fImirror\fR is enabled in \fBFEATURES\fR, fetch files even 312 When \fImirror\fR is enabled in \fBFEATURES\fR, fetch files even
309 when \fImirror\fR is also in the \fBebuild\fR(5) \fBRESTRICT\fR variable. 313 when \fImirror\fR is also in the \fBebuild\fR(5) \fBRESTRICT\fR variable.
310 Do \fBNOT\fR use \fIlmirror\fR for clients that need to override \fBRESTRICT\fR 314 Do \fBNOT\fR use \fIlmirror\fR for clients that need to override \fBRESTRICT\fR
311 when fetching from a local mirror, but instead use a "local" mirror setting 315 when fetching from a local mirror, but instead use a "local" mirror setting
312 in \fI/etc/portage/mirrors\fR, as described in \fBportage\fR(5). 316 in \fI/etc/portage/mirrors\fR, as described in \fBportage\fR(5).
313 .TP 317 .TP
314 .B metadata\-transfer 318 .B metadata\-transfer
315 Automatically perform a metadata transfer when `emerge \-\-sync` is run. 319 Automatically perform a metadata transfer when `emerge \-\-sync` is run.
316 In versions of portage >=2.1.5, this feature is disabled by 320 In versions of portage >=2.1.5, this feature is disabled by
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 Contains a list of all local USE variables. 877 Contains a list of all local USE variables.
874 .SH "SEE ALSO" 878 .SH "SEE ALSO"
875 .BR emerge (1), 879 .BR emerge (1),
876 .BR portage (5), 880 .BR portage (5),
877 .BR ebuild (1), 881 .BR ebuild (1),
878 .BR ebuild (5) 882 .BR ebuild (5)
879 .TP 883 .TP
880 The \fI/usr/sbin/ebuild.sh\fR script. 884 The \fI/usr/sbin/ebuild.sh\fR script.
881 .TP 885 .TP
882 The helper apps in \fI/usr/lib/portage/bin\fR. 886 The helper apps in \fI/usr/lib/portage/bin\fR.
OLDNEW
« no previous file with comments | « no previous file | pym/portage/const.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698