mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Add --no-site-lisp to more Makefiles.
* leim/makefile.w32-in (RUN_EMACS): * leim/Makefile.in (RUN-EMACS): Add --no-site-lisp. * lib-src/Makefile.in (EMACSOPT): Add --no-site-lisp. * lisp/makefile.w32-in (EMACSOPT): Add --no-site-lisp.
This commit is contained in:
parent
16eea16bc6
commit
e7a4241753
7 changed files with 11 additions and 4 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2011-01-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* makefile.w32-in (RUN_EMACS):
|
||||
* Makefile.in (RUN-EMACS): Add --no-site-lisp.
|
||||
|
||||
* makefile.w32-in (RUN_EMACS):
|
||||
* Makefile.in (RUN-EMACS): -batch implies --no-init-file.
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ buildlisppath=${srcdir}/../lisp
|
|||
|
||||
# How to run Emacs.
|
||||
RUN-EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C \
|
||||
${BUILT-EMACS} -batch --no-site-file
|
||||
${BUILT-EMACS} -batch --no-site-file --no-site-lisp
|
||||
|
||||
# Subdirectories to be made if ${srcdir} is different from the current
|
||||
# directory.
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ BUILT_EMACS = $(THISDIR)/$(dot)$(dot)/src/$(BLD)/emacs.exe
|
|||
buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp
|
||||
|
||||
# How to run Emacs.
|
||||
RUN_EMACS = "$(BUILT_EMACS)" -batch --no-site-file
|
||||
RUN_EMACS = "$(BUILT_EMACS)" -batch --no-site-file --no-site-lisp
|
||||
|
||||
# Set EMACSLOADPATH correctly (already defined in environment).
|
||||
EMACSLOADPATH=$(buildlisppath)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
2011-01-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (EMACSOPT): Add --no-site-lisp.
|
||||
|
||||
* Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
|
||||
|
||||
2011-01-02 Glenn Morris <rgm@gnu.org>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ SHELL = /bin/sh
|
|||
|
||||
# Following ../lisp/Makefile.in.
|
||||
EMACS = ../src/emacs
|
||||
EMACSOPT = -batch --no-site-file
|
||||
EMACSOPT = -batch --no-site-file --no-site-lisp
|
||||
|
||||
# ==================== Things `configure' will edit ====================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
2011-01-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* makefile.w32-in (EMACSOPT): Add --no-site-lisp.
|
||||
|
||||
* makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
|
||||
|
||||
2011-01-07 Sam Steingold <sds@gnu.org>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ EMACS = $(THISDIR)/../bin/emacs.exe
|
|||
|
||||
# Command line flags for Emacs.
|
||||
|
||||
EMACSOPT = -batch --no-site-file
|
||||
EMACSOPT = -batch --no-site-file --no-site-lisp
|
||||
|
||||
# Extra flags to pass to the byte compiler
|
||||
BYTE_COMPILE_EXTRA_FLAGS =
|
||||
|
|
|
|||
Loading…
Reference in a new issue