Re: lang/go: Makefile improvements

2018-05-05 Thread Klemens Nanni
On Fri, May 04, 2018 at 04:11:51AM +1000, Joel Sing wrote: > On Saturday 07 April 2018 00:34:10 Klemens Nanni wrote: > > On Sat, Apr 07, 2018 at 12:11:38AM +0200, Klemens Nanni wrote: > > > This cleans up some whitespace nits, makes more use of defined variables > > > where appropiate and

Re: lang/go: Makefile improvements

2018-04-06 Thread Klemens Nanni
On Sat, Apr 07, 2018 at 12:11:38AM +0200, Klemens Nanni wrote: > This cleans up some whitespace nits, makes more use of defined variables > where appropiate and simplifies the do-install target my reducing > duplicate code. Also avoid walking the tree twice for every directory by > combining two

lang/go: Makefile improvements

2018-04-06 Thread Klemens Nanni
This cleans up some whitespace nits, makes more use of defined variables where appropiate and simplifies the do-install target my reducing duplicate code. Also avoid walking the tree twice for every directory by combining two finds into one. No changes in built or installed files. Feedback? OK?