mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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:
parent
ce6cfd6408
commit
f47bec55bd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue