svn commit: r278546 - projects/release-install-debug/share/mk

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


Author: gjb
Date: Wed Feb 11 01:51:36 2015
New Revision: 278546
URL: https://svnweb.freebsd.org/changeset/base/278546

Log:
  Enable DEBUG_FILES by default in preparation of merging
  this branch to head, pending successful universe build.
  
  Sponsored by:	The FreeBSD Foundation

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	Wed Feb 11 00:58:15 2015	(r278545)
+++ projects/release-install-debug/share/mk/bsd.opts.mk	Wed Feb 11 01:51:36 2015	(r278546)
@@ -50,6 +50,7 @@ __<bsd.opts.mk>__:
 
 __DEFAULT_YES_OPTIONS = \
     ASSERT_DEBUG \
+    DEBUG_FILES \
     DOCCOMPRESS \
     INCLUDES \
     INSTALLLIB \
@@ -67,7 +68,6 @@ __DEFAULT_YES_OPTIONS = \
 
 __DEFAULT_NO_OPTIONS = \
     CTF \
-    DEBUG_FILES \
     INSTALL_AS_USER
 
 .include <bsd.mkopt.mk>
@@ -80,7 +80,6 @@ __DEFAULT_NO_OPTIONS = \
 #
 .for var in \
     CTF \
-    DEBUG_FILES \
     INSTALLLIB \
     MAN \
     PROFILE \


More information about the svn-src-projects mailing list