
29 Aug
2017
29 Aug
'17
10:02 p.m.
Hi Simon,
On Tue, Aug 29, 2017 at 2:53 PM, Simon Glass sjg@chromium.org 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'. Stop. make: *** [Makefile:1469: environ] Error 2
Fix this by updating the Makefile and adjusting the #include filesnames in two C files.
Fixes: ec74f5f (Makefile: Rename 'env' target to 'environ') Reported-by: Måns Rullgård mans@mansr.com Signed-off-by: Simon Glass sjg@chromium.org
I assume this was an accident. There is nothing different about this since the last time.
Cheers, -Joe