commit | 6765eb15265f27a1d7ac3b610c6b7d5f12f41cf8 | [log] [tgz] |
---|---|---|
author | Gerlando Falauto <gerlando.falauto@keymile.com> | Sun Aug 26 21:53:00 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Sep 18 12:01:52 2012 -0700 |
tree | 04331f086e366e932c7c8e92126ee8bee153f7a3 | |
parent | fe9f49d816d4ee06e94e4480dcc5c5d4a6d35646 [diff] |
env: delete selected vars not present in imported env When variables explicitly specified on the command line are not present in the imported env, delete them from the running env. If the variable is also missing from the running env, issue a warning. Signed-off-by: Gerlando Falauto <gerlando.falauto@keymile.com> Reviewed-by: Marek Vasut <marex@denx.de>