On Fri, Apr 11, 2014 at 5:51 PM, Steven Hartland
<[email protected]> wrote:
> The change is from :N -> :M
> .if ${PORT_OPTIONS:MDEBUG}
>
 - Select only those words that match DEBUG

> Which occurs 220 in the port tree and:
>
> .if ${PORT_OPTIONS:NDEBUG}
>
- Select words that don't match DEBUG

> Which only occurs twice, so TBH I assumed it was a typo given every other
> option uses PORTOPTIONS:M${option}
>
> Unfortunately the docs don't seem to provide any clarification
> http://www.freebsd.org/doc/en/books/porters-handbook/makefile-options.html
> so if anyone could chime in with some details on the exact meanings that
> would be most appreciated.
>
You have to read the make(1) man page:

http://www.freebsd.org/cgi/man.cgi?query=make&sektion=1
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to