]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/example/variant/jamroot.jam
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / example / variant / jamroot.jam
index e19476ccc0075533a135b3d37caffa5bde32a43d..52d21e49852cfb7768a9b8c1c747e5d62d86359e 100644 (file)
@@ -2,13 +2,11 @@
 # Distributed under the Boost Software License, Version 1.0. 
 # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 
 
-
-# Define a build variant which is just combination
-# of four properties. 
+#[jamroot
+#<< Define a build variant which is just combination of four properties. 
 variant crazy : <optimization>speed <inlining>off 
                 <debug-symbols>on <profiling>on ;
-               
-# Define a built variant inherited from 'release'.
-# It defines one new property and get all properties
-# from parent variant.         
+
+#<< Define a built variant inherited from 'release'. It defines one new property and gets all properties from the parent `release` variant.
 variant super_release : release : <define>USE_ASM ;
+#]