[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-commit] emacs/lisp makefile.w32-in
From: |
Andrew Innes |
Subject: |
[Emacs-commit] emacs/lisp makefile.w32-in |
Date: |
Wed, 15 Jan 2003 07:14:11 -0500 |
CVSROOT: /cvs
Module name: emacs
Changes by: Andrew Innes <address@hidden> 03/01/15 07:14:05
Modified files:
lisp : makefile.w32-in
Log message:
(loaddefs.el): Invoke make to build stub file
using appropriate rule for build environment.
(loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
of autoloads and defvars, sufficient to dump bootstrap emacs.
(update-subdirs-SH): Use hard-coded list of top-level lisp
subdirs, because find program on Windows is not compatible with
Unix find.
(compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
Explicitly load loaddefs.el so that bootstrap emacs can compile
properly.
(bootstrap-clean): Add dependency on loaddefs.el, to ensure
minimal stub sufficient for dumping bootstrap emacs is available.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/makefile.w32-in.diff?tr1=1.26&tr2=1.27&r1=text&r2=text
- [Emacs-commit] emacs/lisp makefile.w32-in,
Andrew Innes <=