From 6b789031329c776a04884148447a8d8470ead8f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Wed, 19 Mar 2008 20:16:06 -0400 Subject: [PATCH] Add --auto to git gc --- Makefile.am | 6 +++--- Makefile.in | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index eb6acf7..d84015c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,8 +53,8 @@ official: publish ln -s recode-$(VERSION).tar.gz $(top_srcdir)/web/archives/recode.tar.gz synchro: local - du -s $(top_srcdir)/.git - cd $(top_srcdir) && git gc --prune - du -s $(top_srcdir)/.git + du -s --si $(top_srcdir)/.git + cd $(top_srcdir) && git gc --auto --prune + du -s --si $(top_srcdir)/.git find $(top_srcdir) -name '*~' | xargs rm -fv synchro -PD alcyon entretien diff --git a/Makefile.in b/Makefile.in index 15ea814..828390f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -710,9 +710,9 @@ official: publish ln -s recode-$(VERSION).tar.gz $(top_srcdir)/web/archives/recode.tar.gz synchro: local - du -s $(top_srcdir)/.git - cd $(top_srcdir) && git gc --prune - du -s $(top_srcdir)/.git + du -s --si $(top_srcdir)/.git + cd $(top_srcdir) && git gc --auto --prune + du -s --si $(top_srcdir)/.git find $(top_srcdir) -name '*~' | xargs rm -fv synchro -PD alcyon entretien # Tell versions [3.59,3.63) of GNU make to not export all variables. -- 2.40.0