On Monday 18 March 2002 10:02 am, Lars Gullik Bjønnes wrote:
> Michael Koziarski <[EMAIL PROTECTED]> writes:
> | On Fri, Mar 15, 2002 at 06:39:56PM +0000 or thereabouts, Angus Leeming 
wrote:
> >> make clean works.
> >> make distclean thereafter doesn't.
> |
> | I've been getting this too.  I thought it might be my fiddling with
> | Makefile.am's in my local mirror, but seeing as someone else is
> | getting it, it can't be my fault :).
>
> Can you see if this helps?

No it doesn't. It also doesn't matter whether I "make clean" before trying 
"make distclean". In fact, neither "make distclean" nor "make 
maintainer-clean" work from ${TOP}. Each works correctly from lib and from 
src respectively.

They fail from ${TOP} because . is cleaned first rather than last and they 
require (for reasons unknown) config.status.

Angus

> Index: config/common.am
> ===================================================================
> RCS file: /usr/local/lyx/cvsroot/lyx-devel/config/common.am,v
> retrieving revision 1.1
> diff -u -p -r1.1 common.am
> --- config/common.am    13 Mar 2002 18:24:42 -0000      1.1
> +++ config/common.am    18 Mar 2002 10:02:17 -0000
> @@ -1,6 +1,6 @@
>  AUTOMAKE_OPTIONS = foreign
>
> -DISTCLEANFILES= -r *.orig *.rej *~ *.bak core
> +DISTCLEANFILES= *.orig *.rej *~ *.bak core
>
>  MAINTAINERCLEANFILES = $(srcdir)/Makefile.in

Reply via email to