summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-24 01:18:08 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-24 01:18:08 +0000
commit606e8f2cbaee1f4c5a22ac1ead99b5892f660256 (patch)
treea8e226ba8a794f71e34f3db588bd82247a9b4b73 /cnf/make.conf
parent1ac14d317505a270b56d926a714eb443c92df72d (diff)
downloadportage-606e8f2cbaee1f4c5a22ac1ead99b5892f660256.tar.gz
portage-606e8f2cbaee1f4c5a22ac1ead99b5892f660256.tar.bz2
portage-606e8f2cbaee1f4c5a22ac1ead99b5892f660256.zip
For bug #186337, show an ewarn message if FEATURES=installsources is enabled but debugedit is not installed. Also document installsources and splitdebug in make.conf.example. (trunk r7381)
svn path=/main/branches/2.1.2/; revision=7382
Diffstat (limited to 'cnf/make.conf')
-rw-r--r--cnf/make.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 4db05d876..d4094786b 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -262,6 +262,11 @@
# 'distlocks' enables distfiles locking using fcntl or hardlinks. This
# is enabled by default. Tools exist to help clean the locks
# after crashes: /usr/lib/portage/bin/clean_locks.
+# 'installsources'
+# Install source code into /usr/src/debug/${CATEGORY}/${PF}
+# (also see 'splitdebug'). This feature works only if debugedit
+# is installed and CFLAGS is set to include debug information
+# (such as with the -ggdb flag).
# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automatically via makefiles.
# 'metadata-transfer'
@@ -275,6 +280,10 @@
# 'parallel-fetch'
# do fetching in parallel to compilation
# 'sandbox' enables sandboxing when running emerge and ebuild.
+# 'splitdebug' Prior to stripping ELF etdyn and etexec files, the debugging
+# info is stored for later use by various debuggers. This
+# feature is disabled by 'nostrip'. For installation of source
+# code, see 'installsources'.
# 'strict' causes portage to react strongly to conditions that are
# potentially dangerous, like missing/incorrect Manifest files.
# 'stricter' causes portage to react strongly to conditions that may