commit c923fac88d28bf8ed6291db914d601cd3aba8476 parent 2ebcbb1dfe0c80fed33b216adab1ac14d466a92d Author: Laurent Bercot <ska-skaware@skarnet.org> Date: Thu, 18 Sep 2014 20:18:45 +0000 add git support to make tgz Diffstat:
M | Makefile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -61,9 +61,9 @@ distclean: clean tgz: distclean @. package/info && \ rm -rf /tmp/$$package-$$version && \ - cp -a . /tmp/$$package-$$version && \ + cp -a . /tmp/$$package-$$version && \ cd /tmp && \ - tar -zpcv --owner=0 --group=0 --numeric-owner -f /tmp/$$package-$$version.tar.gz $$package-$$version && \ + tar -zpcv --owner=0 --group=0 --numeric-owner --exclude=.git* -f /tmp/$$package-$$version.tar.gz $$package-$$version && \ exec rm -rf /tmp/$$package-$$version strip: $(ALL_LIBS)