From owner-svn-src-projects@freebsd.org Thu Oct 29 14:50:43 2015 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF144A21613 for ; Thu, 29 Oct 2015 14:50:43 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64F981806; Thu, 29 Oct 2015 14:50:43 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9TEogcJ028394; Thu, 29 Oct 2015 14:50:42 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9TEogjm028392; Thu, 29 Oct 2015 14:50:42 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201510291450.t9TEogjm028392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 29 Oct 2015 14:50:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r290141 - in projects/release-install-debug: share/mk tools/build/options X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2015 14:50:43 -0000 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 @@ ____: __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 @@ -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 .