]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/mpi.jam
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / mpi.jam
index 8f4b0907c5344ada22ae4958419748832e083c50..1f1658c925e0b2e51dd1ca42031d3ee9bf6696ab 100644 (file)
@@ -118,7 +118,7 @@ rule strip-eol ( string )
 
 # Split a command-line into a set of features. Certain kinds of
 # compiler flags are recognized (e.g., -I, -D, -L, -l) and replaced
-# with their Boost.Build equivalents (e.g., <include>, <define>,
+# with their B2 equivalents (e.g., <include>, <define>,
 # <library-path>, <find-library>). All other arguments are introduced
 # using the features in the unknown-features parameter, because we
 # don't know how to deal with them. For instance, if your compile and