Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 339446
Collapse All | Expand All

(-)a/man/ebuild.1 (-6 / +9 lines)
Lines 19-29 This must be a valid ebuild script. For further information read Link Here
19
\fBebuild\fR(5).
19
\fBebuild\fR(5).
20
.SH "COMMANDS"
20
.SH "COMMANDS"
21
By default, portage will execute all the functions in order up to the
21
By default, portage will execute all the functions in order up to the
22
one actually specified.  For example, simply issuing the command \fBcompile\fR
22
one actually specified, except for the functions that have already been
23
will trigger the functions before it to also be run (such as \fBsetup\fR
23
executed in a previous invocation of ebuild.  For example, simply issuing the
24
and \fBunpack\fR).  If you wish to only have the specified command run, then
24
command \fBcompile\fR will trigger the functions before it to also be run (such
25
you should use the \fInoauto\fR option in the \fBFEATURES\fR environment
25
as \fBsetup\fR and \fBunpack\fR), unless they were run in a previous invocation
26
variable.  See the \fBmake.conf\fR(5) man page for more information.
26
of ebuild.  If you want to make sure they are all run, you need to use
27
the command \fBclean\fR first.  If you wish to only have the specified command
28
run, then you should use the \fInoauto\fR option in the \fBFEATURES\fR
29
environment variable.  See the \fBmake.conf\fR(5) man page for more
30
information.
27
31
28
.TP
32
.TP
29
.BR help
33
.BR help
30
- 

Return to bug 339446