witty-crayon-22786
11/12/2015, 8:53 PM- target_workdir = target_workdir_fun(task.workdir)
+ # Do not use task.workdir here, because when we calculating hash for synthetic target
+ # we need persistent source paths in terms of relative position to build root.
+ target_workdir = target_workdir_fun(self.build_root)