From 28fb110dd35a357c984b9b060df39911c8570000 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 28 Dec 2014 10:20:25 +0100 Subject: fix [rare] concurrent build issue: [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 --- headless/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'headless') diff --git a/headless/wscript b/headless/wscript index 3589ffcf7f..85e27879be 100644 --- a/headless/wscript +++ b/headless/wscript @@ -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 -- cgit v1.2.3