Re: [PATCH] Clean generated files a bit more.

2005-08-12 Thread Junio C Hamano
Petr Baudis <[EMAIL PROTECTED]> writes: > This makes me a bit nervous - why are you making the rules more general? > make clean removing random tarballs of mine happenning to dwell in that > directory is fearsome. That is a valid concern. I'd drop that *.tar.gz part at least and probably the *.d

Re: [PATCH] Clean generated files a bit more.

2005-08-12 Thread Petr Baudis
Dear diary, on Fri, Aug 12, 2005 at 11:41:34AM CEST, I got a letter where Junio C Hamano <[EMAIL PROTECTED]> told me that... > Also attempt to build a source package for debian. > --- > > Makefile |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > b263f24ce4f12dd39cfcd922c56a322

[PATCH] Clean generated files a bit more.

2005-08-12 Thread Junio C Hamano
Also attempt to build a source package for debian. --- Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) b263f24ce4f12dd39cfcd922c56a32292c6232c9 diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -238,14 +238,14 @@ rpm: dist deb: dist rm -rf $(GIT_TA