diff -r 95863adbc4bc -r dde9ce4a8aa8 sbsv2/raptor/notes/featurevariantsafe.txt --- a/sbsv2/raptor/notes/featurevariantsafe.txt Wed Mar 24 15:23:04 2010 +0000 +++ b/sbsv2/raptor/notes/featurevariantsafe.txt Thu Mar 25 15:42:26 2010 +0000 @@ -1,3 +1,12 @@ -New feature: FEATUREVARIANTSAFE +By default, .mmp files that include FEATUREVARIANT will generate binaries for +both "normal", non-binary variant, build configurations and binary variant +build configurations. +In order to ensure that only invariant binaries are created for invariant +build configurations, and variant binaries for variant build configurations, +the optional setting FEATUREVARIANTSAFE can be used. FEATUREVARIANTSAFE can be +set via an os_properties.xml file and, when set, variant binaries will no +longer be created for invariant build configurations. + +