Re: [PATCH 1/1] emacs: Makefile.local: HAVE_EMACS usage fixes

Subject: Re: [PATCH 1/1] emacs: Makefile.local: HAVE_EMACS usage fixes

Date: Sat, 30 Nov 2013 09:50:38 -0400

To: Tomi Ollila, notmuch@notmuchmail.org

Cc:

From: David Bremner


Tomi Ollila <tomi.ollila@iki.fi> writes:

>  
>  ifeq ($(WITH_EMACS),1)
>  ifeq ($(HAVE_EMACS),1)
>  all: $(emacs_bytecode)
> +install-emacs: $(emacs_bytecode)
>  endif
>  

It's a bit confusing that we have both HAVE_EMACS and WITH_EMACS. Should
this be documented somewhere? Otherwise the patch seems sensible.

See also the discussion at id:528B455A.70200@iki.fi.

d

Thread: