Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2014 12:32:48 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        Warner Losh <imp@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r269812 - in head/sys: conf modules modules/aic7xxx/ahc modules/cxgb modules/cxgbe modules/dpt modules/drm modules/drm2 modules/ep modules/if_gif modules/netgraph modules/sound/driver m...
Message-ID:  <201408111232.48445.jhb@freebsd.org>
In-Reply-To: <53e8d84a.2d10.3a29d8f5@svn.freebsd.org>
References:  <53e8d84a.2d10.3a29d8f5@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, August 11, 2014 10:50:50 am Warner Losh wrote:
> Author: imp
> Date: Mon Aug 11 14:50:49 2014
> New Revision: 269812
> URL: http://svnweb.freebsd.org/changeset/base/269812
> 
> Log:
>   Remove dependence on source tree options. Move all kernel module
>   options into kern.opts.mk and change all the places where we use
>   src.opts.mk to pull in the options. Conditionally define SYSDIR and
>   use SYSDIR/conf/kern.opts.mk instead of a CURDIR path. Replace all
>   instances of CURDIR/../../etc with STSDIR, but only in the affected
>   files.
>   
>   As a special compatibility hack, include bsd.owm.mk at the top of
>   kern.opts.mk to allow the bare build of sys/modules to work on older
>   systems. If the defaults ever change between 9.x, 10.x and current for
>   these options, however, you'll wind up with the host OS' defaults
>   rather than the -current defaults. This hack will be removed when
>   we no longer need to support this build scenario.
>   
>   Reviewed by: jhb
>   Differential Revision: https://phabric.freebsd.org/D529

Thanks!

-- 
John Baldwin



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