mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-12-24 02:05:12 +01:00
docs
This commit is contained in:
parent
093f4f673e
commit
0d3f20382d
@ -26,7 +26,7 @@ def read_files(task):
|
||||
def build(bld):
|
||||
bld.post_mode = Build.POST_LAZY
|
||||
|
||||
bld(rule='tar xvf ${SRC[0].abspath()}', source='foo.tar', cwd=bld.bldnode.abspath())
|
||||
bld(rule='tar xvf ${SRC[0].abspath()}', source='foo.tar')
|
||||
bld.add_group()
|
||||
bld(rule=read_files, always=True, name='read_files')
|
||||
bld.add_group()
|
||||
|
Loading…
Reference in New Issue
Block a user