Re: [PATCH] env: do not fail on non-existing env.in file

2022-04-04 Thread Tom Rini
On Sun, Apr 03, 2022 at 04:06:03PM +0200, Andrey Zhizhikin wrote: > If include/generated/env.in does not exist, which is a typical case for > clean build, quiet_cmd_gen_envp command tries to delete this file > unconditionally. > > This produces following warning during the build: > ENVPincl

[PATCH] env: do not fail on non-existing env.in file

2022-04-03 Thread Andrey Zhizhikin
If include/generated/env.in does not exist, which is a typical case for clean build, quiet_cmd_gen_envp command tries to delete this file unconditionally. This produces following warning during the build: ENVPinclude/generated/env.in rm: cannot remove 'include/generated/env.in': No such file