Date: Thu, 29 Oct 2015 14:50:42 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r290141 - in projects/release-install-debug: share/mk tools/build/options Message-ID: <201510291450.t9TEogjm028392@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Thu Oct 29 14:50:42 2015 New Revision: 290141 URL: https://svnweb.freebsd.org/changeset/base/290141 Log: Revert r278546, r278547: Do not enable WITH_DEBUG_FILES by default. This commit to this project branch is done solely to record the change was undone, before merging back to head/, and is a no-op. Sponsored by: The FreeBSD Foundation Added: projects/release-install-debug/tools/build/options/WITH_DEBUG_FILES - copied unchanged from r278546, projects/release-install-debug/tools/build/options/WITH_DEBUG_FILES Deleted: projects/release-install-debug/tools/build/options/WITHOUT_DEBUG_FILES Modified: projects/release-install-debug/share/mk/bsd.opts.mk Modified: projects/release-install-debug/share/mk/bsd.opts.mk ============================================================================== --- projects/release-install-debug/share/mk/bsd.opts.mk Thu Oct 29 13:53:37 2015 (r290140) +++ projects/release-install-debug/share/mk/bsd.opts.mk Thu Oct 29 14:50:42 2015 (r290141) @@ -50,7 +50,6 @@ __<bsd.opts.mk>__: __DEFAULT_YES_OPTIONS = \ ASSERT_DEBUG \ - DEBUG_FILES \ DOCCOMPRESS \ INCLUDES \ INSTALLLIB \ @@ -68,6 +67,7 @@ __DEFAULT_YES_OPTIONS = \ __DEFAULT_NO_OPTIONS = \ CTF \ + DEBUG_FILES \ INSTALL_AS_USER .include <bsd.mkopt.mk> @@ -80,6 +80,7 @@ __DEFAULT_NO_OPTIONS = \ # .for var in \ CTF \ + DEBUG_FILES \ INSTALLLIB \ MAN \ PROFILE \ Copied: projects/release-install-debug/tools/build/options/WITH_DEBUG_FILES (from r278546, projects/release-install-debug/tools/build/options/WITH_DEBUG_FILES) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/release-install-debug/tools/build/options/WITH_DEBUG_FILES Thu Oct 29 14:50:42 2015 (r290141, copy of r278546, projects/release-install-debug/tools/build/options/WITH_DEBUG_FILES) @@ -0,0 +1,7 @@ +.\" $FreeBSD$ +Set to strip debug info into a separate file for each executable binary +and shared library. +The debug files will be placed in a subdirectory of +.Pa /usr/lib/debug +and are located automatically by +.Xr gdb 1 .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510291450.t9TEogjm028392>