From: Alexander Berntsen Date: Wed, 31 Jul 2013 15:25:14 +0000 (+0200) Subject: Fix imprecise paragraph, bug #339446 X-Git-Tag: v2.2.0_alpha192~25 X-Git-Url: http://git.tremily.us/?p=portage.git;a=commitdiff_plain;h=ffb0d6da81d1731ba165a16f702bf2465840497e Fix imprecise paragraph, bug #339446 --- diff --git a/man/ebuild.1 b/man/ebuild.1 index 4bde66ead..29f88b02d 100644 --- a/man/ebuild.1 +++ b/man/ebuild.1 @@ -19,11 +19,15 @@ This must be a valid ebuild script. For further information read \fBebuild\fR(5). .SH "COMMANDS" By default, portage will execute all the functions in order up to the -one actually specified. For example, simply issuing the command \fBcompile\fR -will trigger the functions before it to also be run (such as \fBsetup\fR -and \fBunpack\fR). If you wish to only have the specified command run, then -you should use the \fInoauto\fR option in the \fBFEATURES\fR environment -variable. See the \fBmake.conf\fR(5) man page for more information. +one actually specified, except for the functions that have already been +executed in a previous invocation of ebuild. For example, simply issuing the +command \fBcompile\fR will trigger the functions before it to also be run (such +as \fBsetup\fR and \fBunpack\fR), unless they were run in a previous invocation +of ebuild. If you want to make sure they are all run, you need to use +the command \fBclean\fR first. If you wish to only have the specified command +run, then you should use the \fInoauto\fR option in the \fBFEATURES\fR +environment variable. See the \fBmake.conf\fR(5) man page for more +information. .TP .BR help