Re: make maintainer-clean suggestion

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 12:38 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | So, no. > | Two separate rm commands are needed. > | > >> maintainer-clean work perfectly for me. > | > | That's because you wrote it for your box. > > Does this patch work for you? Yes.

Re: make maintainer-clean suggestion

2002-04-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | So, no. | Two separate rm commands are needed. > >> maintainer-clean work perfectly for me. | That's because you wrote it for your box. Does this patch work for you? Index: Makefile.am ==

Re: make maintainer-clean suggestion

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 11:59 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | when suing a build tree separate from the source tree, I'd expect that > | make maintainer-clean > | would result in a build tree empty of all files. However, I find I must > | add: >

Re: make maintainer-clean suggestion

2002-04-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | when suing a build tree separate from the source tree, I'd expect that | make maintainer-clean | would result in a build tree empty of all files. However, I find I must add: > | rm -rf lib/xfonts | rm -f src/frontends/qt2/moc/*.C | rm -f src/fron

make maintainer-clean suggestion

2002-04-25 Thread Angus Leeming
when suing a build tree separate from the source tree, I'd expect that make maintainer-clean would result in a build tree empty of all files. However, I find I must add: rm -rf lib/xfonts rm -f src/frontends/qt2/moc/*.C rm -f src/frontends/qt2/xforms/*.[Ch] to achieve this. Could this b