]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp): New variable.
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Feb 2008 09:29:03 +0000 (09:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Feb 2008 09:29:03 +0000 (09:29 +0000)
(EMACSLOADPATH): Use $(lisp).  Add lisp/international and lisp/emacs-lisp.

admin/ChangeLog
admin/unidata/makefile.w32-in

index 705eaff8052a4086e7174c3759f104e30fb53e27..d43c23bbeaf5fc4edae722b05fc7e99264909ce1 100644 (file)
@@ -1,3 +1,9 @@
+2008-02-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * unidata/makefile.w32-in (lisp): New variable.
+       (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
+       lisp/emacs-lisp.
+
 2008-02-04  Jason Rumney  <jasonr@gnu.org>
 
        * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
index 4a7ba1acb77fad016cb8e15506f996cd1de0518f..bf422f9e4689e9abf0d0fd352e899f3c953fa31b 100644 (file)
 
 EMACS = ../../src/$(BLD)/emacs.exe
 DSTDIR = ../../lisp/international
-EMACSLOADPATH = $(CURDIR)/../../lisp
+lisp = $(CURDIR)/../../lisp
+# EMACSLOADPATH should include international, so Emacs finds encoded-kb.
+# It should include emacs-lisp, so Emacs finds bytecomp.  This is because
+# lisp/subdirs.el is not generated yet when the commands below run.
+EMACSLOADPATH = $(lisp);$(lisp)/international;$(lisp)/emacs-lisp
 # Quote EMACS so it could be a file name with embedded whitespace
 RUNEMACS = "$(EMACS)" -Q --multibyte -batch