
16 May
2013
16 May
'13
3:47 p.m.
On Thu, May 16, 2013 at 06:58:56 -0600, Eric Blake wrote:
On 05/16/2013 12:20 AM, Jiri Denemark wrote:
DRIVER_SOURCE_FILES mixes files with absolute path (inherited from REMOTE_DRIVER_GENERATED) with file paths that are relative to srcdir but check-driverimpls.pl needs full paths. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
ACK. Thank goodness we already require GNU make; doing this in portable make would be a nightmare.
Yeah, it would be easier to pass srcdir to check-driverimpls.pl and do the processing there in that case. Luckily we don't have to do that. I pushed the patch, thanks. Jirka