package/Makefile: move source tar creation to a function
authorRiku Voipio <riku.voipio@linaro.org>
Wed, 2 Sep 2015 09:57:08 +0000 (12:57 +0300)
committerMichal Marek <mmarek@suse.com>
Fri, 4 Sep 2015 09:24:50 +0000 (11:24 +0200)
commit26803821463c4e76322559b3dfb0c6b0fcc8aee8
tree09baa1e3ec6d0d622f7672a884d34662d39b4d1b
parent5bbb9f753afe213aebc8dba30c7e2dbb73616b79
package/Makefile: move source tar creation to a function

Split source tarball creation from rpm-pkg target
so it can be used from deb-pkg target as well. As
added bonus, we can now pretty print TAR the name of
tarball created in quiet mode

This patch prepares the groundwork for deb-pkg source
package adding bit.

Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Signed-off-by: Michal Marek <mmarek@suse.com>
scripts/package/Makefile