[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102786: Add --no-site-lisp to more M
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102786: Add --no-site-lisp to more Makefiles. |
Date: |
Fri, 07 Jan 2011 18:53:50 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102786
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2011-01-07 18:53:50 -0800
message:
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.
modified:
leim/ChangeLog
leim/Makefile.in
leim/makefile.w32-in
lib-src/ChangeLog
lib-src/Makefile.in
lisp/ChangeLog
lisp/makefile.w32-in
=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog 2011-01-08 02:41:14 +0000
+++ b/leim/ChangeLog 2011-01-08 02:53:50 +0000
@@ -1,6 +1,9 @@
2011-01-08 Glenn Morris <address@hidden>
* 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 <address@hidden>
=== modified file 'leim/Makefile.in'
--- a/leim/Makefile.in 2011-01-08 02:41:14 +0000
+++ b/leim/Makefile.in 2011-01-08 02:53:50 +0000
@@ -48,7 +48,7 @@
# 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.
=== modified file 'leim/makefile.w32-in'
--- a/leim/makefile.w32-in 2011-01-08 02:41:14 +0000
+++ b/leim/makefile.w32-in 2011-01-08 02:53:50 +0000
@@ -37,7 +37,7 @@
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)
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2011-01-08 02:34:26 +0000
+++ b/lib-src/ChangeLog 2011-01-08 02:53:50 +0000
@@ -1,5 +1,7 @@
2011-01-08 Glenn Morris <address@hidden>
+ * Makefile.in (EMACSOPT): Add --no-site-lisp.
+
* Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
2011-01-02 Glenn Morris <address@hidden>
=== modified file 'lib-src/Makefile.in'
--- a/lib-src/Makefile.in 2011-01-08 02:34:26 +0000
+++ b/lib-src/Makefile.in 2011-01-08 02:53:50 +0000
@@ -25,7 +25,7 @@
# Following ../lisp/Makefile.in.
EMACS = ../src/emacs
-EMACSOPT = -batch --no-site-file
+EMACSOPT = -batch --no-site-file --no-site-lisp
# ==================== Things `configure' will edit ====================
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2011-01-08 02:41:14 +0000
+++ b/lisp/ChangeLog 2011-01-08 02:53:50 +0000
@@ -1,5 +1,7 @@
2011-01-08 Glenn Morris <address@hidden>
+ * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
+
* makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2011-01-07 Sam Steingold <address@hidden>
=== modified file 'lisp/makefile.w32-in'
--- a/lisp/makefile.w32-in 2011-01-08 02:41:14 +0000
+++ b/lisp/makefile.w32-in 2011-01-08 02:53:50 +0000
@@ -34,7 +34,7 @@
# 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 =
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102786: Add --no-site-lisp to more Makefiles.,
Glenn Morris <=