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.
This commit is contained in:
Carl Worth 2010-03-10 10:58:46 -08:00
parent ce6cfd6408
commit f47bec55bd

View file

@ -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