I've been building my local STABLE kernel for a long time, making localization changes to GENERIC after every csup, which has become a pain. Recently from http://forums.freebsd.org/showthread.php?t=32637 I followed the suggestion of wblock@ to build a local config that includes GENERIC. I did so and have had success with most all of the driver/options I've tried except for "makeoptions".
From
in my local config (where DEBUG has a null value) would overload the
declaration in GENERIC, but no joy. All the "makeoptions" permutations that might make sense to me (and wild guesses too), result in debug symbols being built.
My LOCAL config file:
What have I done wrong here?
From
# man 5 conf
I was led to believe that declaring
Code:
makeoptions DEBUG
Code:
makeoptions DEBUG=-g
My LOCAL config file:
Code:
# Local kernel config diffs.
include GENERIC
ident LOCAL
makeoptions DEBUG
nodevice eisa
nodevice fdc
options VESA
options SC_PIXEL_MODE