document the behavior of `ebuild` wrt FEATURES=noauto #175444 (trunk r6470:6471) v2.1.2.6
authorZac Medico <zmedico@gentoo.org>
Sat, 5 May 2007 03:21:44 +0000 (03:21 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 5 May 2007 03:21:44 +0000 (03:21 -0000)
svn path=/main/branches/2.1.2/; revision=6476

man/ebuild.1

index cdac99e3a59a1f959e640fa9a3e178b3f13699f1..226bdca2b24e829e690f9b86c9976ff8204f72b4 100644 (file)
@@ -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