Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 1998 18:32:12 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        dfr@FreeBSD.ORG, dfr@nlsystems.com
Cc:        alpha@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG
Subject:   Re: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha
Message-ID:  <199812180732.SAA30830@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>>   Modified files:
>>     share/mk             bsd.kern.mk 
>>     sys/alpha/conf       Makefile.alpha 
>>   Log:
>>   Move some compile flags from the kernel makefile to bsd.kern.mk so that
>>   kernel modules are built with the right flags.
>>   
>>   Suggested by: Andrew Gallatin <gallatin@cs.duke.edu>
>
>Anyone building alpha kernels should make sure to install bsd.kern.mk
>before trying to build another one.

This should not be necessary.  Makefile.alpha should use the relative
bsd.kern.mk like Makefile.i386.

Makefile.alpha has rotted in several other ways since it was cloned
from Makefile.i386.  These Makefiles are mostly machine-independent,
so they should be reorganized.  I suggest the following reorganization:

	most of Makefile.alpha  ->  src/sys/conf/Makefile.kern
	most of Makefile.i386   ->  src/sys/conf/Makefile.kern
	bsd.kern.mk             ->  src/sys/conf/bsd.kern.mk
	bsd.kmod.mk             ->  src/sys/conf/bsd.kmod.mk
	rules in sys/conf/files ->  src/sys/conf/Makefile.inc
	src/lkm                 ->  src/sys/lkm (like src/sys/modules)

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812180732.SAA30830>