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

2014-05-25 Thread Jani Nikula
On Sun, 25 May 2014, Felipe Contreras wrote: > Jani Nikula wrote: >> On Sun, 25 May 2014, Felipe Contreras wrote: >> > Jani Nikula wrote: >> >> On Fri, 23 May 2014, Felipe Contreras >> >> wrote: >> >> > They don't affect the global build. >> >> >> >> They do. >> > >> > They don't. >> >> Your

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

2014-05-25 Thread Jani Nikula
On Sun, 25 May 2014, Felipe Contreras wrote: > Jani Nikula wrote: >> On Fri, 23 May 2014, Felipe Contreras wrote: >> > They don't affect the global build. >> >> They do. > > They don't. Your patch, your commit message, please explain *why* you think they wouldn't or shouldn't affect the global

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

2014-05-25 Thread Jani Nikula
On Fri, 23 May 2014, Felipe Contreras wrote: > They don't affect the global build. They do. BR, Jani. > > Signed-off-by: Felipe Contreras > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index 4c0e8c6..2d1aee9 100644 > --- a/Makef

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

2014-05-25 Thread Felipe Contreras
Jani Nikula wrote: > On Sun, 25 May 2014, Felipe Contreras wrote: > > Jani Nikula wrote: > >> On Fri, 23 May 2014, Felipe Contreras > >> wrote: > >> > They don't affect the global build. > >> > >> They do. > > > > They don't. > > Your patch, your commit message, please explain *why* you think

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

2014-05-25 Thread Jani Nikula
On Sun, 25 May 2014, Felipe Contreras wrote: > Jani Nikula wrote: >> On Sun, 25 May 2014, Felipe Contreras wrote: >> > Jani Nikula wrote: >> >> On Fri, 23 May 2014, Felipe Contreras wrote: >> >> > They don't affect the global build. >> >> >> >> They do. >> > >> > They don't. >> >> Your patch,

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

2014-05-25 Thread Felipe Contreras
Jani Nikula wrote: > On Sun, 25 May 2014, Felipe Contreras wrote: > > Jani Nikula wrote: > >> On Fri, 23 May 2014, Felipe Contreras wrote: > >> > They don't affect the global build. > >> > >> They do. > > > > They don't. > > Your patch, your commit message, please explain *why* you think they >

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

2014-05-25 Thread Felipe Contreras
Jani Nikula wrote: > On Fri, 23 May 2014, Felipe Contreras wrote: > > They don't affect the global build. > > They do. They don't. Cheers. -- Felipe Contreras

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

2014-05-25 Thread Jani Nikula
On Sun, 25 May 2014, Felipe Contreras wrote: > Jani Nikula wrote: >> On Fri, 23 May 2014, Felipe Contreras wrote: >> > They don't affect the global build. >> >> They do. > > They don't. Your patch, your commit message, please explain *why* you think they wouldn't or shouldn't affect the global

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

2014-05-25 Thread Felipe Contreras
Jani Nikula wrote: > On Fri, 23 May 2014, Felipe Contreras wrote: > > They don't affect the global build. > > They do. They don't. Cheers. -- Felipe Contreras ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/n

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

2014-05-25 Thread Jani Nikula
On Fri, 23 May 2014, Felipe Contreras wrote: > They don't affect the global build. They do. BR, Jani. > > Signed-off-by: Felipe Contreras > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index 4c0e8c6..2d1aee9 100644 > --- a/Makef

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

2014-05-23 Thread Felipe Contreras
They don't affect the global build. Signed-off-by: Felipe Contreras --- 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 d

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

2014-05-23 Thread Felipe Contreras
They don't affect the global build. Signed-off-by: Felipe Contreras --- 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