]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/clang.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / clang.jam
index f1850db1946c3fb466f130c84ee2cdc5146ab799..097ac42271b1f288e8ebf9ce081942dd60a04330 100644 (file)
@@ -1,6 +1,6 @@
 # Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt
-# or copy at http://www.boost.org/LICENSE_1_0.txt)
+# (See accompanying file LICENSE.txt
+# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt)
 
 # This is a generic 'clang' toolset. Depending on the current system, it
 # forwards either to 'clang-linux' or 'clang-darwin' modules.
@@ -24,12 +24,12 @@ rule init ( * : * )
     }
     else if [ os.name ] = MACOSX
     {
-        toolset.using clang-darwin : 
+        toolset.using clang-darwin :
           $(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;
     }
     else
     {
-        toolset.using clang-linux : 
+        toolset.using clang-linux :
           $(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;
     }
 }