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) && \
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
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)" && \
>
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