Re: appending to CFLAGS

2004-01-10 Thread David Fleck
On Sun, 11 Jan 2004, Gautam Gopalakrishnan wrote: > You could take the easy way and add it to CFLAGS in /etc/make.conf Yes, I figured that was the easiest thing to do. Also, I decided that I'd misread the man page for make, and that the '+=' construct for variables is not supported as a command-l

Re: appending to CFLAGS

2004-01-10 Thread Gautam Gopalakrishnan
On Sat, Jan 10, 2004 at 08:47:16AM -0600, David Fleck wrote: > 4.9-RELEASE-p1. > > I'm trying to debug a kernel module (vpo.ko) that used to work, but now > doesn't. As a first step, I'd like to build the module in > /usr/src/sys/modules/vpo with VPO_DEBUG set. > > However, my attempts to add th