Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2015 07:14:52 -0600
From:      Adam Weinberger <adamw@adamw.org>
To:        Mathieu Arnold <mat@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r395468 - in head: . Mk
Message-ID:  <1B0BE101-164B-4665-B0C5-A0D209C46F81@adamw.org>
In-Reply-To: <201508281228.t7SCSDB9059075@repo.freebsd.org>
References:  <201508281228.t7SCSDB9059075@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> On 28 Aug, 2015, at 6:28, Mathieu Arnold <mat@FreeBSD.org> wrote:
>=20
>=20
> Modified: head/Mk/bsd.options.mk
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- head/Mk/bsd.options.mk	Fri Aug 28 12:25:47 2015	=
(r395467)
> +++ head/Mk/bsd.options.mk	Fri Aug 28 12:28:13 2015	=
(r395468)
> @@ -110,6 +110,15 @@
> # ${opt}_USE_OFF=3D	FOO=3Dbar	When option is disabled, it will =
enable
> #				USE_FOO+=3D bar
> #
> +# ${opt}_VARS=3D	FOO=3Dbar		When option is enabled, =
it will run
> +#				FOO=3D bar
> +# ${opt}_VARS=3D	FOO+=3Dbar	When option is enabled, it will =
run
> +#				FOO+=3D bar
> +# ${opt}_VARS_OFF=3D    FOO=3Dbar	When option is disabled, it will =
run
> +#				FOO=3D bar
> +# ${opt}_VARS_OFF=3D    FOO+=3Dbar	When option is disabled, it will =
run
> +#				FOO+=3D bar

Hi Mat,

This new feature is great! Thank you for this.

Can I suggest using "set" instead of "run" in the above quoted section?

# Adam


--=20
Adam Weinberger
adamw@adamw.org
http://www.adamw.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1B0BE101-164B-4665-B0C5-A0D209C46F81>