summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-04-26 21:23:03 +0000
committerZac Medico <zmedico@gentoo.org>2007-04-26 21:23:03 +0000
commit6732e6cc437c54b7212e352dfa08128a1762540f (patch)
tree274f6219d263568d159c38c938a5fb446ed2153e /man
parent193e6074a80a46e2575a08303431f4a2603440da (diff)
downloadportage-6732e6cc437c54b7212e352dfa08128a1762540f.tar.gz
portage-6732e6cc437c54b7212e352dfa08128a1762540f.tar.bz2
portage-6732e6cc437c54b7212e352dfa08128a1762540f.zip
In the installsources docs, note that CFLAGS needs to be set to include debug information. Thanks to tigger^ for reporting.
svn path=/main/trunk/; revision=6442
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.53
1 files changed, 2 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 5611ff533..757c74b5a 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -177,7 +177,8 @@ Check the signatures of Manifests and make sure they are correct.
.TP
.B installsources
Install source code into /usr/src/debug/${CATEGORY}/${PF} (also see
-\fBsplitdebug\fR). This feature works only if debugedit is installed.
+\fBsplitdebug\fR). This feature works only if debugedit is installed and CFLAGS
+is set to include debug information (such as with the \-ggdb flag).
.TP
.B keeptemp
Do not delete the ${T} directory after the merge process.