]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/build/alias.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / build / alias.jam
index 3a97b72637e8f9c6a49dcba49833ba7cf19f526f..6562ccccf557e729d20be5cc01e32e2aba199ecb 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 2003, 2004, 2006 Vladimir Prus
 # 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 module defines the 'alias' rule and the associated target class.
 #
@@ -49,6 +49,10 @@ class alias-target-class : basic-target
         local base = [ basic-target.compute-usage-requirements $(subvariant) ] ;
         return [ $(base).add [ $(subvariant).sources-usage-requirements ] ] ;
     }
+
+    rule skip-from-usage-requirements ( )
+    {
+    }
 }