Re: [U-Boot] [PATCH] env: Fix operation of 'make environ'

2017-09-05 Thread Simon Glass
Hi, On 29 August 2017 at 00:08, Joe Hershberger wrote: > > On Mon, Aug 28, 2017 at 6:13 AM, Tom Rini wrote: > > On Mon, Aug 28, 2017 at 12:01:51PM +0100, Måns Rullgård wrote: > >> Simon Glass writes: > >> > >> > This was broken by the recent environment refactoring. Specifically: > >> > > >> >

Re: [U-Boot] [PATCH] env: Fix operation of 'make environ'

2017-08-29 Thread Simon Glass
Hi Joe, On 30 August 2017 at 04:02, Joe Hershberger wrote: > Hi Simon, > > On Tue, Aug 29, 2017 at 2:53 PM, Simon Glass wrote: >> This was broken by the recent environment refactoring. Specifically: >> >> $ make environ >> scripts/Makefile.build:59: tools/environ/Makefile: No such file or direc

Re: [U-Boot] [PATCH] env: Fix operation of 'make environ'

2017-08-29 Thread Joe Hershberger
Hi Simon, On Tue, Aug 29, 2017 at 2:53 PM, Simon Glass wrote: > This was broken by the recent environment refactoring. Specifically: > > $ make environ > scripts/Makefile.build:59: tools/environ/Makefile: No such file or directory > make[1]: *** No rule to make target 'tools/environ/Makefile'.

Re: [U-Boot] [PATCH] env: Fix operation of 'make environ'

2017-08-28 Thread Joe Hershberger
On Mon, Aug 28, 2017 at 6:13 AM, Tom Rini wrote: > On Mon, Aug 28, 2017 at 12:01:51PM +0100, Måns Rullgård wrote: >> Simon Glass writes: >> >> > This was broken by the recent environment refactoring. Specifically: >> > >> > $ make environ >> > scripts/Makefile.build:59: tools/environ/Makefile: N

Re: [U-Boot] [PATCH] env: Fix operation of 'make environ'

2017-08-28 Thread Tom Rini
On Mon, Aug 28, 2017 at 12:01:51PM +0100, Måns Rullgård wrote: > Simon Glass writes: > > > This was broken by the recent environment refactoring. Specifically: > > > > $ make environ > > scripts/Makefile.build:59: tools/environ/Makefile: No such file or directory > > make[1]: *** No rule to make

Re: [U-Boot] [PATCH] env: Fix operation of 'make environ'

2017-08-28 Thread Måns Rullgård
Simon Glass writes: > This was broken by the recent environment refactoring. Specifically: > > $ make environ > scripts/Makefile.build:59: tools/environ/Makefile: No such file or directory > make[1]: *** No rule to make target 'tools/environ/Makefile'. Stop. > make: *** [Makefile:1469: environ]