Re: [PATCH 1/3] build: don't add sub Makefiles to the global deps

Subject: Re: [PATCH 1/3] build: don't add sub Makefiles to the global deps

Date: Sun, 25 May 2014 10:58:07 +0300

To: Felipe Contreras, notmuch@notmuchmail.org

Cc: Ali Polatel

From: Jani Nikula


On Fri, 23 May 2014, Felipe Contreras <felipe.contreras@gmail.com> wrote:
> They don't affect the global build.

They do.

BR,
Jani.

>
> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 4c0e8c6..2d1aee9 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -20,7 +20,7 @@ include Makefile.config
>  
>  # We make all targets depend on the Makefiles themselves.
>  global_deps = Makefile Makefile.config Makefile.local \
> -	$(subdirs:%=%/Makefile) $(subdirs:%=%/Makefile.local)
> +	$(subdirs:%=%/Makefile.local)
>  
>  Makefile.config: $(srcdir)/configure
>  ifeq ($(configure_options),)
> -- 
> 1.9.3+fc1~5~gfaddd51
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch

Thread: