Re: MAINTAINERCLEANFILES in srcdir

2007-03-15 Thread Peter Breitenlohner
On Thu, 15 Mar 2007, Stepan Kasal wrote: Hello Ralf, On Thu, Mar 15, 2007 at 09:11:37AM +0100, Ralf Wildenhues wrote: * Stepan Kasal wrote on Wed, Mar 14, 2007 at 01:34:06PM CET: -test -n "$(MAINTAINERCLEANFILES)" && \ rm -f $(MAINTAINERCLEANFILES) && \

Re: MAINTAINERCLEANFILES in srcdir

2007-03-15 Thread Stepan Kasal
Hello Ralf, On Thu, Mar 15, 2007 at 09:11:37AM +0100, Ralf Wildenhues wrote: > * Stepan Kasal wrote on Wed, Mar 14, 2007 at 01:34:06PM CET: > > -test -n "$(MAINTAINERCLEANFILES)" && \ > > rm -f $(MAINTAINERCLEANFILES) && \ > > cd $(srcdir) && rm -f $(MAINTAINERCLEANFILE

Re: MAINTAINERCLEANFILES in srcdir

2007-03-15 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Wed, Mar 14, 2007 at 01:34:06PM CET: > the target maintainer-clean contains > -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) [...] > Could we perhaps change the above command to: > > -test -n "$(MAINTAINERCLEANFILES)" && \ >

MAINTAINERCLEANFILES in srcdir

2007-03-14 Thread Stepan Kasal
Hello, the target maintainer-clean contains -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) which means that the files are cleaned only in the build tree. But the files which are cleaned by maintainer-clean, but not distclean, are usually distributed, because it is s