Example #1
0
 def post_recurse(self):
     self.waf_context.path = self._old_path
     ConfigureContext.post_recurse(self)
Example #2
0
 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())