diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-08-09 20:26:40 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-08-09 20:26:40 +0000 |
commit | 007d423931bbc4b7d42b4d7ac21c9807964b88b0 (patch) | |
tree | 23fdbf570e2db082de10ac9e038944ab655b08fd | |
parent | d621ebe9d895d70451f82fd85179cb75e7de0fda (diff) | |
download | portage-007d423931bbc4b7d42b4d7ac21c9807964b88b0.tar.gz portage-007d423931bbc4b7d42b4d7ac21c9807964b88b0.tar.bz2 portage-007d423931bbc4b7d42b4d7ac21c9807964b88b0.zip |
Bug #234157 - Remove BUILD_PREFIX from the docs since it's not a user config
variable.
svn path=/main/trunk/; revision=11373
-rw-r--r-- | man/make.conf.5 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 0eee4cd73..4d1bbcbd8 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -36,11 +36,6 @@ set this to '~ppc'. This is an incremental variable. Only define a .br Defaults to the value of $ARCH. .TP -\fBBUILD_PREFIX\fR = \fI[path]\fR -Defines the location of the package working directory. -.br -Defaults to ${PORTAGE_TMPDIR}/portage -.TP .B CBUILD This variable is passed by the \fIebuild scripts\fR to the \fIconfigure\fR as \fI\-\-build=${CBUILD}\fR only if it is defined. Do not set this yourself |