diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-05-05 03:21:44 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-05-05 03:21:44 +0000 |
commit | 99cf980315d6a0e5919ed8733897ef0429d6f06d (patch) | |
tree | 179a2bf3a5c002d8dcafacac8620f5a741a4ea66 | |
parent | For bug #176765, when a new package is blocked by another one that is being r... (diff) | |
download | portage-multirepo-2.1.2.6.tar.gz portage-multirepo-2.1.2.6.tar.bz2 portage-multirepo-2.1.2.6.zip |
document the behavior of `ebuild` wrt FEATURES=noauto #175444 (trunk r6470:6471)v2.1.2.6
svn path=/main/branches/2.1.2/; revision=6476
-rw-r--r-- | man/ebuild.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/ebuild.1 b/man/ebuild.1 index cdac99e3..226bdca2 100644 --- a/man/ebuild.1 +++ b/man/ebuild.1 @@ -18,6 +18,13 @@ bzipped tarball package out of the image, and more. 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. + .TP .BR help Shows a condensed form of this man page along with a lot of package |