svn commit: r228196 - in head: share/mk tools/build/options

Max Khon fjoe at FreeBSD.org
Fri Dec 2 09:09:54 UTC 2011


Author: fjoe
Date: Fri Dec  2 09:09:54 2011
New Revision: 228196
URL: http://svn.freebsd.org/changeset/base/228196

Log:
  Revert to conservative defaults. WITH_PROFILE is a default now.
  
  NO_PROFILE overrides in Makefile.inc1 and bsd.own.m are left intact
  so that the reversal to the WITHOUT_PROFILE will be easier in future.

Added:
  head/tools/build/options/WITHOUT_PROFILE
     - copied, changed from r228148, head/tools/build/options/WITH_PROFILE
Deleted:
  head/tools/build/options/WITH_PROFILE
Modified:
  head/share/mk/bsd.own.mk

Modified: head/share/mk/bsd.own.mk
==============================================================================
--- head/share/mk/bsd.own.mk	Fri Dec  2 02:19:03 2011	(r228195)
+++ head/share/mk/bsd.own.mk	Fri Dec  2 09:09:54 2011	(r228196)
@@ -383,6 +383,7 @@ __DEFAULT_YES_OPTIONS = \
     PMC \
     PORTSNAP \
     PPP \
+    PROFILE \
     QUOTAS \
     RCMDS \
     RCS \
@@ -418,8 +419,7 @@ __DEFAULT_NO_OPTIONS = \
     ICONV \
     IDEA \
     LIBCPLUSPLUS \
-    OFED \
-    PROFILE
+    OFED
 
 #
 # Default behaviour of some options depends on the architecture.  Unfortunately

Copied and modified: head/tools/build/options/WITHOUT_PROFILE (from r228148, head/tools/build/options/WITH_PROFILE)
==============================================================================
--- head/tools/build/options/WITH_PROFILE	Tue Nov 29 21:28:48 2011	(r228148, copy source)
+++ head/tools/build/options/WITHOUT_PROFILE	Fri Dec  2 09:09:54 2011	(r228196)
@@ -1,2 +1,2 @@
 .\" $FreeBSD$
-Set to build profiled libraries.
+Set to avoid compiling profiled libraries.


More information about the svn-src-head mailing list