From ff1a2265ae736739a7c34066380e389bd56bc2a4 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Mon, 7 Apr 2014 10:37:13 +0000 Subject: [PATCH] Removendo backups do tgz --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 654e590..d2b43d2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -278,7 +278,7 @@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar: clean pixmaps @$(MKDIR) $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/mac @cp -r mac/* $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/mac - @$(AMTAR) --format=ustar --create --directory $(TMPDIR) --exclude-vcs --owner=root --group=root --file=$@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) + @$(AMTAR) --format=ustar --verbose --exclude-backups --exclude="*.bak" --create --directory $(TMPDIR) --exclude-vcs --owner=root --group=root --file=$@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) @rm -fr $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION) @echo $@ @@ -351,7 +351,6 @@ clean: @rm -fr .obj @rm -fr .bin @rm -fr .tmp - @find . -name "*~" -exec rm -f {} \; @rm -f $(PACKAGE_NAME).po @make -C src/lib3270 clean @make -C src/pw3270 clean -- libgit2 0.21.2