emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] Changes to emacs/nt/INSTALL,v


From: Juanma Barranquero
Subject: Re: [Emacs-diffs] Changes to emacs/nt/INSTALL,v
Date: Thu, 10 Apr 2008 11:36:58 +0200

On Thu, Apr 10, 2008 at 10:59 AM, Jason Rumney <address@hidden> wrote:

>  +  make recompile
>  +  Recompiles any changed lisp files after a cvs update.  This saves
>  +  doing a full bootstrap after every update.  If this or a subsequent
>  +  make fail, you probably need to perform a full bootstrap, though
>  +  running this target multiple times may eventually sort out the
>  +  interdependencies.

Currently, the `recompile' target of nt/makefile.w32-in runs the
`recompile' target of lisp/makefile. It would be perhaps more useful
to run the `cvs-update' target introduced by Eli:

  # This is useful after "cvs up".
  cvs-update: recompile autoloads finder-data custom-deps

BTW, what is the `updates' target of lisp/Makefile.in (and
makefile.w32-in) used for?

  updates: update-subdirs autoloads finder-data custom-deps

Perhaps `cvs-update' should just be:

  cvs-update: recompile updates

as, after a cvs up, it makes sense to do update-subdirs.

 Juanma




reply via email to

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