emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103802: A better default for $(EMACS


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103802: A better default for $(EMACS) in lisp/makefile.w32-in.
Date: Sat, 02 Apr 2011 11:55:47 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103802
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2011-04-02 11:55:47 +0300
message:
  A better default for $(EMACS) in lisp/makefile.w32-in.
  
   lisp/makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
modified:
  lisp/ChangeLog
  lisp/makefile.w32-in
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-04-01 22:33:37 +0000
+++ b/lisp/ChangeLog    2011-04-02 08:55:47 +0000
@@ -1,3 +1,7 @@
+2011-04-02  Eli Zaretskii  <address@hidden>
+
+       * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
+
 2011-04-01  Juanma Barranquero  <address@hidden>
 
        * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):

=== modified file 'lisp/makefile.w32-in'
--- a/lisp/makefile.w32-in      2011-03-30 14:01:28 +0000
+++ b/lisp/makefile.w32-in      2011-04-02 08:55:47 +0000
@@ -27,9 +27,9 @@
 srcdir = $(CURDIR)/..
 
 # You can specify a different executable on the make command line,
-# e.g. "make EMACS=../src/emacs ...".
+# e.g. "make EMACS=../bin/emacs ...".
 
-EMACS = $(THISDIR)/../bin/emacs.exe
+EMACS = ../src/$(BLD)/emacs.exe
 
 # Command line flags for Emacs.
 


reply via email to

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