]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/stage.jam
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / tools / build / src / tools / stage.jam
index 8d005ae02ed57d2b3f3fc4a7f3a6bca582d5b6d1..a20482f6d81dcc42ede2842971f476e81fc5441e 100644 (file)
@@ -165,7 +165,7 @@ class install-target-class : basic-target
                 if $(ename)
                 {
                     import errors : error : $(__name__) : errors.error ;
-                    errors.error In 'install': <name> property specified with
+                    errors.error In "'install':" <name> property specified with
                         target that requires relinking. ;
                 }
                 else
@@ -456,7 +456,7 @@ class installed-shared-lib-generator : generator
             # 'Z' are numbers, we need to create NNN.XXX and NNN.XXX.YYY
             # symbolic links.
             local m = [ MATCH
-                (.*)\\.([0123456789]+)\\.([0123456789]+)\\.([0123456789]+)$ :
+                "(.*)\\.([0123456789]+)\\.([0123456789]+)\\.([0123456789]+)$" :
                 [ $(copied).name ] ] ;
             if $(m)
             {