This commit is contained in:
Thomas Nagy 2011-10-03 20:20:48 +02:00
parent 093f4f673e
commit 0d3f20382d
1 changed files with 1 additions and 1 deletions

View File

@ -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()