Re: [PATCH v2] environment generation: Fix dependencies

2012-09-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:04 Fri 28 Sep , Sascha Hauer wrote: > The dependencies for generating the environment do not work properly: > > - If files are removed from the defaultenv, a subsequent make will not > update the default environment. > - If CONFIG_DEFAULT_ENVIRONMENT_PATH changes, the default environme

[PATCH v2] environment generation: Fix dependencies

2012-09-28 Thread Sascha Hauer
The dependencies for generating the environment do not work properly: - If files are removed from the defaultenv, a subsequent make will not update the default environment. - If CONFIG_DEFAULT_ENVIRONMENT_PATH changes, the default environment also will not be regenerated. This patch fixes thi