Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2015 01:57:11 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r278547 - projects/release-install-debug/tools/build/options
Message-ID:  <201502110157.t1B1vBCG060244@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502110157.t1B1vBCG060244>