aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-02-29 23:58:43 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-02-29 23:58:43 +0000
commitc093011b9c0e6025125a9a3b5aecc4fa0c9fe76f (patch)
tree5e256955dcb41d3d1bfa73e7921580769e8ff3f9
parent7b7d3bbfefb120f9324f70128a0f43bbbdc95797 (diff)
Add -q to stop site packages loading during compile
-rw-r--r--x-symbol/lisp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x-symbol/lisp/Makefile b/x-symbol/lisp/Makefile
index 0ebb0c93..8fd12e90 100644
--- a/x-symbol/lisp/Makefile
+++ b/x-symbol/lisp/Makefile
@@ -49,7 +49,7 @@ elibdir = $(lispdir)/elib
infodir = $(prefix)/info
docdir = $(prefix)/doc
-EMACS = xemacs --debug-init --no-site-file --no-init-file --eval '(setq debug-on-error t)'
+EMACS = xemacs --debug-init --no-site-file --no-init-file -q --eval '(setq debug-on-error t)'
#EMACS = emacs
MAKEINFO= makeinfo
TEXI2DVI= texi2dvi