]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/core_bindrule.py
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / tools / build / test / core_bindrule.py
index 6ae4ab34c4c3972c46b3e6813f93254a00349586..f97a31f56f775851ac91e75d62879a63209d5263 100755 (executable)
@@ -8,7 +8,7 @@
 import BoostBuild
 import os
 
-t = BoostBuild.Tester(pass_toolset=0, pass_d0=False)
+t = BoostBuild.Tester(["-d1"], pass_toolset=0)
 
 t.write("subdir1/file-to-bind", "# This file intentionally left blank")
 
@@ -30,7 +30,7 @@ BINDRULE = bind-rule ;
 
 rule bind-rule ( target : path )
 {
-    ECHO found: $(target) at $(path) ;
+    ECHO "found:" $(target) at $(path) ;
 }
 
 DEPENDS all : fake-target ;