Subject: TOUCH_FLAGS in bsd.pkg.mk
To: None <tech-pkg@NetBSD.org>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: tech-pkg
Date: 07/12/2006 10:21:39
The TOUCH_FLAGS is wrong for solaris.

bsd.pkg.mk:  TOUCH_FLAGS?=                -f

Maybe set it in tools.SunOS.mk after the define of TOUCH

in tools/tools.SunOS.mk:
TOOLS_PLATFORM.touch?=             /usr/bin/touch
TOUCH_FLAGS?=	#empty

this flag is a problem when building clisp.

Gilles