]> git.notmuchmail.org Git - notmuch/commitdiff
Makefile: Use 'emacs --quick' for a less noisy build of "make install-emacs".
authorCarl Worth <cworth@cworth.org>
Wed, 10 Mar 2010 18:58:46 +0000 (10:58 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 10 Mar 2010 18:58:46 +0000 (10:58 -0800)
I don't really notice if it goes any quicker, but it's sure nice to have
less spew now.

Makefile

index f4efe1f091f4740b962cce6d88d54e3e6c16a2fb..7a59ce0ade5dbebc997aa0b92570c36722768493 100644 (file)
--- 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.
 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
 # Lowercase to avoid clash with GZIP environment variable for passing
 # arguments to gzip.
 gzip = gzip