Hi,
r5104 seemed to fail because the target directory didn't exist for the cbfstool object files. Make them depend on it.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Better approach as solving the race condition: As we handle cbfstool as special subdirectory, like Kconfig, create $(obj)/util/cbfstool the same way $(obj)/util/kconfig is done.
Why is this better? dependencies on directories are "always rebuild", as the directory gets a new timestamp once a file in it is touched. We don't need to rebuild cbfstool all the time.
Am 10.02.2010 13:25, schrieb Patrick Georgi: Still
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
On 2/10/10 7:12 PM, Patrick Georgi wrote:
Better approach as solving the race condition: As we handle cbfstool as special subdirectory, like Kconfig, create $(obj)/util/cbfstool the same way $(obj)/util/kconfig is done.
Why is this better? dependencies on directories are "always rebuild", as the directory gets a new timestamp once a file in it is touched. We don't need to rebuild cbfstool all the time.
Am 10.02.2010 13:25, schrieb Patrick Georgi: Still
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Acked-by: Stefan Reinauer stepan@coresystems.de