From owner-svn-src-projects@FreeBSD.ORG Wed Feb 11 01:57:11 2015 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5C29E06; Wed, 11 Feb 2015 01:57:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B18E1BAA; Wed, 11 Feb 2015 01:57:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1B1vBi7060245; Wed, 11 Feb 2015 01:57:11 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1B1vBCG060244; Wed, 11 Feb 2015 01:57:11 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201502110157.t1B1vBCG060244@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 11 Feb 2015 01:57:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r278547 - projects/release-install-debug/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.18-1 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: Wed, 11 Feb 2015 01:57:11 -0000 Author: gjb Date: Wed Feb 11 01:57:10 2015 New Revision: 278547 URL: https://svnweb.freebsd.org/changeset/base/278547 Log: Rename WITH_DEBUG_FILES -> WITHOUT_DEBUG_FILES, and update. Sponsored by: The FreeBSD Foundation Added: projects/release-install-debug/tools/build/options/WITHOUT_DEBUG_FILES - copied, changed from r278545, projects/release-install-debug/tools/build/options/WITH_DEBUG_FILES Deleted: projects/release-install-debug/tools/build/options/WITH_DEBUG_FILES Copied and modified: projects/release-install-debug/tools/build/options/WITHOUT_DEBUG_FILES (from r278545, projects/release-install-debug/tools/build/options/WITH_DEBUG_FILES) ============================================================================== --- projects/release-install-debug/tools/build/options/WITH_DEBUG_FILES Wed Feb 11 00:58:15 2015 (r278545, copy source) +++ projects/release-install-debug/tools/build/options/WITHOUT_DEBUG_FILES Wed Feb 11 01:57:10 2015 (r278547) @@ -1,7 +1,5 @@ .\" $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 +Set to disable stripping debug info into a separate file for each executable +binary and shared library, preventing .Pa /usr/lib/debug -and are located automatically by -.Xr gdb 1 . +from being created.