summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-01-07 18:53:50 -0800
committerGlenn Morris <rgm@gnu.org>2011-01-07 18:53:50 -0800
commitef55f12990680b4947c58d989f00e6dd9c833525 (patch)
tree92f988f57bc52e40a5883cfaf87a8f5470e27df8 /leim
parentdb8f5e2a2e95efd6583d487d4b5dafbf2762c3ed (diff)
downloademacs-ef55f12990680b4947c58d989f00e6dd9c833525.tar.gz
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.
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog3
-rw-r--r--leim/Makefile.in2
-rw-r--r--leim/makefile.w32-in2
3 files changed, 5 insertions, 2 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 489fc39e738..7f58ca1b717 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,6 +1,9 @@
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.
2010-08-28 Kenichi Handa <handa@m17n.org>
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 955aeb98421..99ac2dc055d 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -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.
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in
index 3ab9a754930..702e8505d1e 100644
--- a/leim/makefile.w32-in
+++ b/leim/makefile.w32-in
@@ -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)