Re: automake manual: distclean

2008-11-27 Thread Ralf Wildenhues
Hello Jan, Andreas, thanks for the bug report. * Andreas Schwab wrote on Wed, Nov 26, 2008 at 07:48:32PM CET: > Jan Engelhardt <[EMAIL PROTECTED]> writes: > > > This is not quite portable -- unless GNU find, which implies a > > path of "." if nothing else is specified, Solaris's explicitly requ

Re: automake manual: distclean

2008-11-26 Thread Andreas Schwab
Jan Engelhardt <[EMAIL PROTECTED]> writes: > This is not quite portable -- unless GNU find, which implies a > path of "." if nothing else is specified, Solaris's explicitly requires > a path to find. It should therefor read > > distcleancheck_listfiles = \ >find . -type f -exec sh -

automake manual: distclean

2008-11-26 Thread Jan Engelhardt
Hi, the automake info page has this to say about distcleancheck: > If you want `distcleancheck' to ignore built files that have not >been cleaned because they are also part of the distribution, add the >following definition instead: > > distcleancheck_listfiles = \ > find -type f -e