Commit ff1a2265ae736739a7c34066380e389bd56bc2a4
1 parent
b3d98206
Exists in
master
and in
5 other branches
Removendo backups do tgz
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
Makefile.in
... | ... | @@ -278,7 +278,7 @@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar: clean pixmaps |
278 | 278 | @$(MKDIR) $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/mac |
279 | 279 | @cp -r mac/* $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/mac |
280 | 280 | |
281 | - @$(AMTAR) --format=ustar --create --directory $(TMPDIR) --exclude-vcs --owner=root --group=root --file=$@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) | |
281 | + @$(AMTAR) --format=ustar --verbose --exclude-backups --exclude="*.bak" --create --directory $(TMPDIR) --exclude-vcs --owner=root --group=root --file=$@ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION) | |
282 | 282 | |
283 | 283 | @rm -fr $(TMPDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION) |
284 | 284 | @echo $@ |
... | ... | @@ -351,7 +351,6 @@ clean: |
351 | 351 | @rm -fr .obj |
352 | 352 | @rm -fr .bin |
353 | 353 | @rm -fr .tmp |
354 | - @find . -name "*~" -exec rm -f {} \; | |
355 | 354 | @rm -f $(PACKAGE_NAME).po |
356 | 355 | @make -C src/lib3270 clean |
357 | 356 | @make -C src/pw3270 clean | ... | ... |