config(8) patch

Dan Nelson dnelson at allantgroup.com
Sat Nov 22 13:03:09 PST 2008


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 at allantgroup.com


More information about the freebsd-current mailing list