]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/util/os.jam
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / build / src / util / os.jam
index bcac5a696744c0e4fc63e283a8fa35bf4f9de031..21dd28f03549a230e165b51aafcd0d2faf45c399 100644 (file)
@@ -47,7 +47,7 @@ rule get-constant ( os ? )
     # Find the name of the constant being accessed, which is equal to the name
     # used to invoke us.
     local bt = [ BACKTRACE 1 ] ;
-    local rulename = [ MATCH ([^.]*)$ : $(bt[4]) ] ;
+    local rulename = [ MATCH "([^.]*)$" : $(bt[4]) ] ;
     return [ constant $(rulename) : $(os) ] ;
 }
 
@@ -98,7 +98,7 @@ if $(.name) = NT
 .executable-suffix-VMS = .exe ;
 
 # VxWorks uses the default LD_LIBRARY_PATH, but we need an alternate
-# name on the cross build host to propigate to the target system
+# name on the cross build host to propagate to the target system
 .shared-library-path-variable-VXWORKS = VSB_LD_LIBRARY_PATH ;
 
 # Default constants
@@ -201,8 +201,8 @@ rule __test__
     import assert ;
     if ! ( --quiet in [ modules.peek : ARGV ] )
     {
-        ECHO os: name= [ name ] ;
-        ECHO os: version= [ version ] ;
+        ECHO "os:" name= [ name ] ;
+        ECHO "os:" version= [ version ] ;
     }
     assert.true name ;
 }