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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[email protected]"


Mmmhhh,
I changed

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

to

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


and everything runs smooth ...

Oliver
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[email protected]"

Reply via email to