示例#1
0
文件: waf.py 项目: abadger/Bento
 def post_recurse(self):
     self.waf_context.path = self._old_path
     ConfigureContext.post_recurse(self)
示例#2
0
文件: waf.py 项目: abadger/Bento
 def pre_recurse(self, local_node):
     ConfigureContext.pre_recurse(self, local_node)
     self._old_path = self.waf_context.path
     # Gymnastic to make a *waf* node from a *bento* node
     self.waf_context.path = self.waf_context.path.make_node(self.local_node.srcpath())