Re: kernel: install: mps.ko.symbols: No such file or directory

From: O. Hartmann <ohartman_at_mail.zedat.fu-berlin.de>
Date: Mon, 23 May 2011 20:44:12 +0200
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_at_freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"


Mmmhhh,
I changed

.if defined(DEBUG) && !defined(INSTALL_NODEBUG) && \ [...]

to

.if defined(DEBUG_FLAGS) && !defined(INSTALL_NODEBUG) && \ [...]


and everything runs smooth ...

Oliver
Received on Mon May 23 2011 - 16:44:14 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:14 UTC