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.
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
==
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:
>
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
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