From: Zac Medico Date: Sat, 28 Apr 2007 04:57:40 +0000 (-0000) Subject: In the installsources docs, note that CFLAGS needs to be set to include debug informa... X-Git-Tag: v2.1.2.6~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=371a2630e0c369a334090606cbc1f2b148c4ca61;p=portage.git 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 --- 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.