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
Hello,
On Thu, Mar 15, 2007 at 01:29:30PM +0100, Ralf Wildenhues wrote:
> [ Cc:ing bug-automake for an documentation request ]
>
> * Jules Colding wrote on Thu, Mar 15, 2007 at 12:10:54PM CET:
> [...]
> > This unfortunately has a side effect as it creates a target in my
> > Makefile named "BuildR
[ Cc:ing bug-automake for an documentation request ]
Hello Jules,
* Jules Colding wrote on Thu, Mar 15, 2007 at 12:10:54PM CET:
>
> I've got a multiline configure.in variable like this:
>
> RPM_BUILDREQUIRES='BuildRequires: package_1
> BuildRequires: package_2'
> AC_SUBST(RPM_BUILDREQUI
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)" && \
>