Subject: Re: CVS commit: src/sys/conf
To: David Young <dyoung@pobox.com>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 07/05/2005 08:56:07
On Jul 5,  1:57am, dyoung@pobox.com (David Young) wrote:
-- Subject: Re: CVS commit: src/sys/conf

| It is created by sys/arch/i386/conf/Makefile.i386.  I have not seen
| this fail.  How do I reproduce the failure?

make netbsd

| Actually, reproducing the failure may be beside the point: I want for
| opt_ah.h to come from the architecture-dependent files imported into
| sys/contrib/arch/ from FreeBSD, *not* from 'options' directives in the
| kernel config file.  If there is a better way than to use the Makefile
| magic that jmc & atatat put into Makefile.i386, what is it?

It should use a .BEGIN probably, or a dependency to the .c files that
need it. It should not be called opt_ah.h because opt_foo.h files get
automatically generated by config, although this is a minor point.

christos