mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-23 02:16:01 +01:00
cleanup
This commit is contained in:
parent
5c4e87bbc6
commit
4b657a6b62
@ -785,13 +785,10 @@ class BuildContext(Context.Context):
|
||||
(self._min_grp, self._exact_tg) = self.get_targets()
|
||||
|
||||
if self.post_mode != POST_LAZY:
|
||||
for i, g in enumerate(self.groups):
|
||||
self.current_group = i
|
||||
for self.current_group, _ in enumerate(self.groups):
|
||||
self.post_group()
|
||||
|
||||
for i, g in enumerate(self.groups):
|
||||
self.current_group = i
|
||||
|
||||
for self.current_group, _ in enumerate(self.groups):
|
||||
# first post the task generators for the group
|
||||
if self.post_mode != POST_AT_ONCE:
|
||||
self.post_group()
|
||||
|
0
waflib/Tools/c_config.py
Executable file → Normal file
0
waflib/Tools/c_config.py
Executable file → Normal file
Loading…
Reference in New Issue
Block a user