emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.60; Bootstrapping current CVS trunk fails


From: Juanma Barranquero
Subject: Re: 23.0.60; Bootstrapping current CVS trunk fails
Date: Tue, 8 Apr 2008 13:36:23 +0200

On Sun, Apr 6, 2008 at 10:23 PM, Glenn Morris <address@hidden> wrote:

>  For the Nth time:
>
>  make maintainer-clean
>  make bootstrap
>
>  and report back if you still have a problem.

It is an issue on Windows, because nt/makefile.w32-in does not have a
maintainer-clean target. In fact, only doc/*/makefile.w32-in and
leim/makefile.w32-in have it.

I had to remove lisp/calendar/*-loaddefs.el manually in order to be
able to bootstrap correctly.

So:

 - we document somewhere that if you have trouble with the *-loaddefs
files, you can delete them and bootstrap again, or
 - we add a maintainer-clean target to the Windows makefiles, or
 - we add a dependency to the Windows bootstrap-clean target to remove
the loaddefs, which will cause unnecesary regeneration of them but it
is otherwise safe.

 Juanma




reply via email to

[Prev in Thread] Current Thread [Next in Thread]