From 757b28157f1fbc28e3eb58dbf9e902a357ace83b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 24 Jul 2007 01:16:25 +0000 Subject: 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. svn path=/main/trunk/; revision=7381 --- cnf/make.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cnf/make.conf') diff --git a/cnf/make.conf b/cnf/make.conf index 8dc0aa760..4a456e3c3 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 -- cgit v1.2.3-1-g7c22