Hi all,
i have added a new tool: tool/setup-builddir and associate a makefile variable
to it: $(BT_SETUP_BUILDDIR)
This tool help to uncompress source tarball in build directory.
In the buildtool.mk you can rewrite all:
bzcat $(XXX_SOURCE) | tar -xvf -
or
zcat $(XXX_SOURCE) | tar -xvf -
with
$(BT_SETUP_BUILDDIR) -v $(XXX_SOURCE)
You can look at commit f515c8e for an example to use the new makefile variable.
setup-builddir tool can extract any tarball compressed in gzip, bzip2, lzip,
lzop, lzma or xz format.
So in the futur try to focus on lzma or xz formats for the source tarballs (it
will take less space in the git repository).
Regards,
Yves
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
leaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-devel