Add --no-site-lisp to more Makefiles.
authorGlenn Morris <rgm@gnu.org>
Sat, 8 Jan 2011 02:53:50 +0000 (18:53 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 8 Jan 2011 02:53:50 +0000 (18:53 -0800)
* 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.

leim/ChangeLog
leim/Makefile.in
leim/makefile.w32-in
lib-src/ChangeLog
lib-src/Makefile.in
lisp/ChangeLog
lisp/makefile.w32-in

index 489fc39..7f58ca1 100644 (file)
@@ -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.
 
index 955aeb9..99ac2dc 100644 (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.
index 3ab9a75..702e850 100644 (file)
@@ -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)
index f436027..1f753b0 100644 (file)
@@ -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>
index 81ef749..ef27adc 100644 (file)
@@ -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 ====================
 
index 5a3d624..d57a8a3 100644 (file)
@@ -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>
index 0b43f8d..39af7a8 100644 (file)
@@ -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 =