1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

Use ${EXEEXT} more uniformly in makefiles

When porting Emacs to run on NaCl, we need to make sure that we always
call it with the proper extension (.nexe in this case) during the build.
* leim/Makefile.in, lib-src/Makefile.in, lisp/Makefile.in (EMACS):
Append ${EXEEXT}.
(tiny change)
This commit is contained in:
Paul Eggert 2015-02-23 10:09:51 -08:00
parent a0edb0160b
commit 6b62d26589
6 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2015-02-23 Pete Williamson <petewil0@googlemail.com> (tiny change)
Use ${EXEEXT} more uniformly in makefiles
When porting Emacs to run on NaCl, we need to make sure that we always
call it with the proper extension (.nexe in this case) during the build.
* Makefile.in (EMACS): Append ${EXEEXT}.
2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
Less 'make' chatter for leim

View File

@ -47,7 +47,7 @@ unexport EMACSDATA EMACSDOC EMACSPATH
# Which Emacs to use to convert TIT files to Emacs Lisp files,
# and generate the file leim-list.el.
EMACS = ../src/emacs
EMACS = ../src/emacs${EXEEXT}
# How to run Emacs.
# Prevent any setting of EMACSLOADPATH in user environment causing problems.

View File

@ -1,3 +1,8 @@
2015-02-23 Paul Eggert <eggert@cs.ucla.edu>
Use ${EXEEXT} more uniformly in makefiles
* Makefile.in (EMACS): Append ${EXEEXT}.
2015-02-20 Paul Eggert <eggert@cs.ucla.edu>
Simplify binary I/O configuration

View File

@ -21,7 +21,7 @@
SHELL = @SHELL@
# Following ../lisp/Makefile.in.
EMACS = ../src/emacs
EMACS = ../src/emacs${EXEEXT}
EMACSOPT = -batch --no-site-file --no-site-lisp
# ==================== Things `configure' will edit ====================

View File

@ -1,3 +1,8 @@
2015-02-23 Paul Eggert <eggert@cs.ucla.edu>
Use ${EXEEXT} more uniformly in makefiles
* Makefile.in (EMACS): Append ${EXEEXT}.
2015-02-23 Sam Steingold <sds@gnu.org>
* files.el (recover-session): Handle `auto-save-list-file-prefix'

View File

@ -47,7 +47,7 @@ am__v_GEN_1 =
# We never change directory before running Emacs, so a relative file
# name is fine, and makes life easier. If we need to change
# directory, we can use emacs --chdir.
EMACS = ../src/emacs
EMACS = ../src/emacs${EXEEXT}
# Command line flags for Emacs.