From c093011b9c0e6025125a9a3b5aecc4fa0c9fe76f Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sun, 29 Feb 2004 23:58:43 +0000 Subject: Add -q to stop site packages loading during compile --- x-symbol/lisp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3