open-src/common/Makefile.options.oracle.com
changeset 1296 9f021f447b92
parent 1130 e9cbce844ef6
child 1332 60ed704c76d6
--- a/open-src/common/Makefile.options.oracle.com	Wed May 30 13:19:01 2012 -0700
+++ b/open-src/common/Makefile.options.oracle.com	Fri Jun 01 15:11:02 2012 -0700
@@ -1,6 +1,6 @@
-# X build options for Oracle Solaris
+# X build options for Oracle Solaris -*- Makefile -*-
 #
-# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -59,3 +59,8 @@
 
 # Reference repository for pkglint to check against
 PKGLINT_REFERENCE_REPO = http://ipkg.us.oracle.com/solaris11/dev/
+
+# Enable parfait static analysis of code by default
+DEFAULT_PARFAIT_1 =	$(USE_PARFAIT:yes=)
+DEFAULT_PARFAIT_2 =	$(DEFAULT_PARFAIT_1:no=$(POUND_SIGN))
+$(DEFAULT_PARFAIT_2)	USE_PARFAIT = yes