aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-03-10 10:58:46 -0800
committerGravatar Carl Worth <cworth@cworth.org>2010-03-10 10:58:46 -0800
commitf47bec55bda2f4ef745ba6a284545bd8d1f9fbcc (patch)
tree35c7f8093c2cfd0a994682a028429cdd6c63c8b0 /Makefile
parentce6cfd6408e805aa8eee45131c4d6e6e4e62928a (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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