Re: [PATCH 01/45] Makefile: propagate verbose options

2015-03-10 Thread Mikko Rapeli
On Tue, Feb 17, 2015 at 04:18:12PM +0900, Masahiro Yamada wrote: > Hi Mikko, > > On Tue, 17 Feb 2015 00:05:04 +0100 > Mikko Rapeli wrote: > > > Usefull when debugging the make scripts. > > > > Signed-off-by: Mikko Rapeli > > --- > > Makefile | 8 > > 1 file changed, 4 insertions(+),

Re: [PATCH 01/45] Makefile: propagate verbose options

2015-02-16 Thread Masahiro Yamada
Hi Mikko, On Tue, 17 Feb 2015 00:05:04 +0100 Mikko Rapeli wrote: > Usefull when debugging the make scripts. > > Signed-off-by: Mikko Rapeli > --- > Makefile | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/Makefile b/Makefile > index 4e93284..c1b515d 100644 >