From f47bec55bda2f4ef745ba6a284545bd8d1f9fbcc Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 10 Mar 2010 10:58:46 -0800 Subject: [PATCH 1/1] Makefile: Use 'emacs --quick' for a less noisy build of "make install-emacs". I don't really notice if it goes any quicker, but it's sure nice to have less spew now. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4efe1f0..7a59ce0a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ WARN_CXXFLAGS=-Wall -Wextra -Wwrite-strings -Wswitch-enum WARN_CFLAGS=$(WARN_CXXFLAGS) -Wmissing-declarations # Additional programs that are used during the compilation process. -EMACS ?= emacs +EMACS ?= emacs --quick # Lowercase to avoid clash with GZIP environment variable for passing # arguments to gzip. gzip = gzip -- 2.43.0