On Wed, Nov 30, 2011 at 03:48:23PM -0600, Amit Kulkarni wrote:
> 2) make COPTS wording clearer
Being "clearer" is good. Being "correct" is better.
Read the Makefile, CFLAGS += ${COPTS} means exactly what the current wording
means...
> @@ -1186,7 +1196,7 @@
> User settings.
> Supplementary options appended to ${CFLAGS} for building.
> Since most ports ignore the COPTS convention, they are actually told to use
> -${CFLAGS} ${COPTS} as CFLAGS.
> +COPTS as CFLAGS.
> .It Ev CXXDIAGFLAGS
> Flags appended to
> .Ev CXXFLAGS