Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Nov 2008 14:29:43 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Andrew Thompson <thompsa@freebsd.org>
Cc:        current@freebsd.org
Subject:   Re: config(8) patch
Message-ID:  <20081122202943.GB97829@dan.emsphone.com>
In-Reply-To: <20081122191744.GA62217@citylink.fud.org.nz>
References:  <20081122191744.GA62217@citylink.fud.org.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Nov 22), Andrew Thompson said:
> I wanted to use the following in my kernel config file so wrote a
> patch for it.
> 
>  makeoptions MODULES_OVERRIDE=foo
>  makeoptions MODULES_OVERRIDE+=bar
>  makeoptions MODULES_OVERRIDE+=baz
> 
>  http://people.freebsd.org/~thompsa/config_append.diff

Heh. That's a lot cleaner than my workaround:

makeoptions	"MODULES_OVERRIDE+"="zfs opensolaris dtrace cyclic"
makeoptions	"MODULES_OVERRIDE +"="md"
#makeoptions	"MODULES_OVERRIDE  +"="geom/geom_sunlabel geom/geom_uzip"
#makeoptions	"MODULES_OVERRIDE   +"="ntfs ntfs_iconv"
makeoptions	"MODULES_OVERRIDE    +"="geom/geom_gate"
#makeoptions	"MODULES_OVERRIDE     +"="lm"

:)

-- 
	Dan Nelson
	dnelson@allantgroup.com



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