summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-22 20:28:22 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-22 20:28:22 +0000
commit6d93dae2fc542f5a9af3873f01745d705323b44f (patch)
tree3c8ed8f9c03f6ded71091bae3dd4a3e94f0671ab /man
parent860cd660895829d6915e3dc9643f78e2f12bf3da (diff)
downloadportage-6d93dae2fc542f5a9af3873f01745d705323b44f.tar.gz
portage-6d93dae2fc542f5a9af3873f01745d705323b44f.tar.bz2
portage-6d93dae2fc542f5a9af3873f01745d705323b44f.zip
Bug #196435 - Add some more references to quickpkg(1) since
sometimes people don't realize that it exists. (trunk r8185) svn path=/main/branches/2.1.2/; revision=8230
Diffstat (limited to 'man')
-rw-r--r--man/emerge.16
-rw-r--r--man/make.conf.54
2 files changed, 7 insertions, 3 deletions
diff --git a/man/emerge.1 b/man/emerge.1
index 047677242..20f954cd6 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -222,9 +222,10 @@ buffer is not cleared prior to the prompt, so an accidental press of the
Tells emerge to build binary packages for all ebuilds processed in
addition to actually merging the packages. Useful for maintainers
or if you administrate multiple Gentoo Linux systems (build once,
-emerge tbz2s everywhere). The package will be created in the
+emerge tbz2s everywhere) as well as disaster recovery. The package
+will be created in the
\fI${PKGDIR}/All\fR directory. An alternative for already\-merged
-packages is to use \fBquickpkg\fR which creates a tbz2 from the
+packages is to use \fBquickpkg\fR(1) which creates a tbz2 from the
live filesystem.
.TP
.BR "\-\-buildpkgonly " (\fB\-B\fR)
@@ -664,6 +665,7 @@ Contains the default variables for the build process. \fBDo not edit
this file\fR.
.SH "SEE ALSO"
.BR "emerge \-\-help",
+.BR quickpkg (1),
.BR ebuild (1),
.BR ebuild (5),
.BR make.conf (5),
diff --git a/man/make.conf.5 b/man/make.conf.5
index 863b35d07..7a93e3b8f 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -143,7 +143,9 @@ not \fIassume\-digests\fR is enabled. The \fBebuild\fR(1) \fBdigest\fR command
has a \fB\-\-force\fR option that can be used to force regeneration of digests.
.TP
.B buildpkg
-Binary packages will be created for all packages that are merged.
+Binary packages will be created for all packages that are merged. Also see
+\fBquickpkg\fR(1) and \fBemerge\fR(1) \fB\-\-buildpkg\fR and
+\fB\-\-buildpkgonly\fR options.
.TP
.B buildsyspkg
Build binary packages for just packages in the system set.