Date: Mon, 23 May 2011 20:44:12 +0200 From: "O. Hartmann" <ohartman@mail.zedat.fu-berlin.de> To: Garrett Cooper <yanegomi@gmail.com> Cc: "fidaj@ukr.net >> Ivan Klymenko" <fidaj@ukr.net>, freebsd-current@freebsd.org, Dimitry Andric <dim@FreeBSD.org>, freebsd-questions@freebsd.org Subject: Re: kernel: install: mps.ko.symbols: No such file or directory Message-ID: <4DDAAAFC.8010301@mail.zedat.fu-berlin.de> In-Reply-To: <BFA9779A-D3EB-4B83-9CB6-A91D12F6814E@gmail.com> References: <4DD9832A.1060506@mail.zedat.fu-berlin.de> <2CCA2B24-7EB8-4A66-B39D-BD6BDCE34880@gmail.com> <4DDA14DE.9@mail.zedat.fu-berlin.de> <4DDA57C2.8010206@FreeBSD.org> <4DDA5937.6070003@FreeBSD.org> <BFA9779A-D3EB-4B83-9CB6-A91D12F6814E@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 05/23/11 18:10, Garrett Cooper wrote: > On May 23, 2011, at 5:55 AM, Dimitry Andric wrote: > >> <mps-debug.diff> > > Shouldn't DEBUG_FLAGS be the proper usage in this particular case? > -Garrett > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Mmmhhh, I changed .if defined(DEBUG) && !defined(INSTALL_NODEBUG) && \ [...] to .if defined(DEBUG_FLAGS) && !defined(INSTALL_NODEBUG) && \ [...] and everything runs smooth ... Oliver
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DDAAAFC.8010301>