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: How do I avoid a specific variable in the Makefile?

2007-03-15 Thread Stepan Kasal
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

Re: How do I avoid a specific variable in the Makefile?

2007-03-15 Thread Ralf Wildenhues
[ 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

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