svn commit: r278547 - projects/release-install-debug/tools/build/options

Glen Barber gjb at FreeBSD.org
Wed Feb 11 01:57:11 UTC 2015


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.


More information about the svn-src-projects mailing list