Subject: Re: CVS commit: src/regress/sys/kern/ipf/regress
To: Martti Kuparinen <martti@NetBSD.org>
From: Bernd Ernesti <veego@NetBSD.org>
List: source-changes
Date: 05/02/2007 16:06:35
On Wed, May 02, 2007 at 11:35:29AM +0000, Martti Kuparinen wrote:
> 
> Module Name:	src
> Committed By:	martti
> Date:		Wed May  2 11:35:28 UTC 2007
> 
> Modified Files:
> 	src/regress/sys/kern/ipf/regress: ip2
> 
> Log Message:
> Make this work with object directories as well.

This is not the correct the fix, because here you remove the file://
check, which is the reason for this test.

IMHO the 'ip1 ip2' target in src/regress/sys/kern/ipf/Makefile should be
split up and ip2 would need to copy the input/ip2.data file into ${.CURDIR}
if object directories are used.

Bernd