comparison leim/makefile.w32-in @ 112157:f07ac5fe9893

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.
author Glenn Morris <rgm@gnu.org>
date Fri, 07 Jan 2011 18:53:50 -0800
parents c55486404fcd
children
comparison
equal deleted inserted replaced
112156:707234851c48 112157:f07ac5fe9893
35 BUILT_EMACS = $(THISDIR)/$(dot)$(dot)/src/$(BLD)/emacs.exe 35 BUILT_EMACS = $(THISDIR)/$(dot)$(dot)/src/$(BLD)/emacs.exe
36 36
37 buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp 37 buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp
38 38
39 # How to run Emacs. 39 # How to run Emacs.
40 RUN_EMACS = "$(BUILT_EMACS)" -batch --no-site-file 40 RUN_EMACS = "$(BUILT_EMACS)" -batch --no-site-file --no-site-lisp
41 41
42 # Set EMACSLOADPATH correctly (already defined in environment). 42 # Set EMACSLOADPATH correctly (already defined in environment).
43 EMACSLOADPATH=$(buildlisppath) 43 EMACSLOADPATH=$(buildlisppath)
44 44
45 # Subdirectories to be made if $(srcdir) is different from the current 45 # Subdirectories to be made if $(srcdir) is different from the current