Re: [PATCH 6/7] Fix frame vector wildcard file check

2018-05-11 Thread Hans Verkuil
On 04/26/18 19:19, Brad Love wrote: > This check was consistently failing on all systems tested. > The path to object directory is used here to explicitly override > CWD. The thought is, if frame_vector.c exists in the build > directory then the build system has determined it is required, > and

[PATCH 6/7] Fix frame vector wildcard file check

2018-04-26 Thread Brad Love
This check was consistently failing on all systems tested. The path to object directory is used here to explicitly override CWD. The thought is, if frame_vector.c exists in the build directory then the build system has determined it is required, and the source therefore should be compiled. The