summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-04-28 04:57:40 +0000
committerZac Medico <zmedico@gentoo.org>2007-04-28 04:57:40 +0000
commit371a2630e0c369a334090606cbc1f2b148c4ca61 (patch)
treecb1fd137f8030bad5e32dad62b2ac5dc4efd55a3 /man
parent51a9e9fc538228418817613c2695e89264afd15f (diff)
downloadportage-371a2630e0c369a334090606cbc1f2b148c4ca61.tar.gz
portage-371a2630e0c369a334090606cbc1f2b148c4ca61.tar.bz2
portage-371a2630e0c369a334090606cbc1f2b148c4ca61.zip
In the installsources docs, note that CFLAGS needs to be set to include debug information. Thanks to tigger^ for reporting. (trunk r6441:6442)
svn path=/main/branches/2.1.2/; revision=6448
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 7fd1d35ca..332356072 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -181,7 +181,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.