diff options
| author | Glenn Morris | 2011-01-07 18:53:50 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-07 18:53:50 -0800 |
| commit | e7a4241753be8d11d72945af0c34b45f6645b60e (patch) | |
| tree | c84c2cce8163a6187a5842d0c09e0d7c5e802928 /lisp | |
| parent | 16eea16bc64a601f1d0bcda8c961873355279d38 (diff) | |
| download | emacs-e7a4241753be8d11d72945af0c34b45f6645b60e.tar.gz emacs-e7a4241753be8d11d72945af0c34b45f6645b60e.zip | |
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 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/makefile.w32-in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5a3d6240126..d57a8a3532a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-01-08 Glenn Morris <rgm@gnu.org> | 1 | 2011-01-08 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * makefile.w32-in (EMACSOPT): Add --no-site-lisp. | ||
| 4 | |||
| 3 | * makefile.w32-in (EMACSOPT): -batch implies --no-init-file. | 5 | * makefile.w32-in (EMACSOPT): -batch implies --no-init-file. |
| 4 | 6 | ||
| 5 | 2011-01-07 Sam Steingold <sds@gnu.org> | 7 | 2011-01-07 Sam Steingold <sds@gnu.org> |
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 0b43f8dd14e..39af7a8c472 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in | |||
| @@ -34,7 +34,7 @@ EMACS = $(THISDIR)/../bin/emacs.exe | |||
| 34 | 34 | ||
| 35 | # Command line flags for Emacs. | 35 | # Command line flags for Emacs. |
| 36 | 36 | ||
| 37 | EMACSOPT = -batch --no-site-file | 37 | EMACSOPT = -batch --no-site-file --no-site-lisp |
| 38 | 38 | ||
| 39 | # Extra flags to pass to the byte compiler | 39 | # Extra flags to pass to the byte compiler |
| 40 | BYTE_COMPILE_EXTRA_FLAGS = | 40 | BYTE_COMPILE_EXTRA_FLAGS = |