fix [rare] concurrent build issue:
authorRobin Gareus <robin@gareus.org>
Sun, 28 Dec 2014 09:20:25 +0000 (10:20 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 28 Dec 2014 09:20:25 +0000 (10:20 +0100)
[709/779] subst: headless/hardev_common.sh.in -> build/headless/hardev_common_waf.sh
[710/779] hardev_common_waf.sh: -> build/headless/hardev_common_waf.sh
chmod: cannot access `headless/hardev_common_waf.sh': No such file or directory

gtk2_ardour/wscript
headless/wscript
libs/fst/wscript

index cb01d67752de28f7de650068f70964d45b695c9a..3072e54436d4af460db869ecd6df2612b5f878f7 100644 (file)
@@ -505,7 +505,7 @@ def build(bld):
         for i in dict:
             setattr(obj, i, dict[i])
 
-    obj              = bld(features = 'subst', rule= 'chmod 0755 ${TGT}')
+    obj              = bld(features = 'subst')
     obj.source       = 'ardev_common.sh.in'
     obj.target       = 'ardev_common_waf.sh'
     obj.chmod        = Utils.O755
index 3589ffcf7f32c1787d9dd56821d393b01874be88..85e27879be7bf8692f3d7ee38c0cd7235427d3cc 100644 (file)
@@ -91,7 +91,7 @@ def build(bld):
         for i in dict:
             setattr(obj, i, dict[i])
 
-    obj              = bld(features = 'subst', rule= 'chmod 0755 ${TGT}')
+    obj              = bld(features = 'subst')
     obj.source       = 'hardev_common.sh.in'
     obj.target       = 'hardev_common_waf.sh'
     obj.chmod        = Utils.O755
index 5eb1d512dff0735df12e428226076cc15b138a71..8e9b4ab2dc5ebfd2e04ad5e3b7fe1e1ed3b405a2 100644 (file)
@@ -47,7 +47,7 @@ def build(bld):
 
     if bld.is_defined('WINDOWS_VST_SUPPORT') and bld.env['build_target'] != 'mingw':
         # wine exec wrapper script
-        obj = bld(features = 'subst', rule= 'chmod 0755 ${TGT}')
+        obj = bld(features = 'subst')
         obj.source = 'scanner.wine'
         obj.target = 'ardour-vst-scanner'
         obj.chmod  = Utils.O755