Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/conf



On Jul 5,  1:57am, dyoung%pobox.com@localhost (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



Home | Main Index | Thread Index | Old Index