Subject: Re: Failed to build -current (invalid nbcrunchgen options?)
To: None <current-users@netbsd.org>
From: Kurt Schreiner <ks@ub.uni-mainz.de>
List: current-users
Date: 09/05/2005 13:01:55
Hi,

seems to be that the change to make ${CRUNCHBIN}.mk depend on
${TOOL_CRUNCHGEN:[-1]} adds ${TOOL_CRUNCHGEN:[-1]} to ${.ALLSRC}.
So the call to crunchgen is followed by an extra argument after
it's conf-file (which should be the last).

Don't know how to remedy that (besides reverting the change ;-)

Kurt