From: Zac Medico Date: Thu, 26 Apr 2007 21:23:03 +0000 (-0000) Subject: In the installsources docs, note that CFLAGS needs to be set to include debug informa... X-Git-Tag: v2.2_pre1~1470 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6732e6cc437c54b7212e352dfa08128a1762540f;p=portage.git 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 --- 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.