How to properly define nomakeoption?

From: Ruslan Makhmatkhanov <rm_at_FreeBSD.org>
Date: Mon, 12 Sep 2016 18:49:26 +0300
The subject says it. I'm trying to override/reset DEBUG and WITH_CTF 
make options in kernel config file, but can't realize what the correct 
syntax is.

GENERIC have this two:
makeoptions	DEBUG=-g
makeoptions	WITH_CTF=1

So I'm trying something like:

include GENERIC-NODEBUG
ident PROD

nomakeoption    DEBUG
nomakeoption    WITH_CTF

(also tried nomakeoptions DEBUG,WITH_CTF)

And they both fails with syntax error. How it supposed to be written?
Thanks.

-- 
Regards,
Ruslan

T.O.S. Of Reality
Received on Mon Sep 12 2016 - 13:50:57 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:07 UTC