Re: [U-Boot] [PATCH v5 01/30] Makefile: Rename 'env' target to 'environ'

2017-08-27 Thread Simon Glass
Hi Mans, On 18 August 2017 at 08:31, Måns Rullgård wrote: > Simon Glass writes: > >> This target stops us using 'env' as a subdirectory. It is not mentioned in >> the help so seems to be an internal target. Rename it. >> >> Signed-off-by: Simon Glass >> Reviewed-by: Tom Rini >> --- >> >> Chang

Re: [U-Boot] [PATCH v5 01/30] Makefile: Rename 'env' target to 'environ'

2017-08-18 Thread Måns Rullgård
Simon Glass writes: > This target stops us using 'env' as a subdirectory. It is not mentioned in > the help so seems to be an internal target. Rename it. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini > --- > > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in

[U-Boot] [PATCH v5 01/30] Makefile: Rename 'env' target to 'environ'

2017-08-03 Thread Simon Glass
This target stops us using 'env' as a subdirectory. It is not mentioned in the help so seems to be an internal target. Rename it. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None Makefile | 4 ++-- 1 file chan