Activate NO_OPTIONS_SORT by default when the ports still use the old framework,

that case user still get the exact same out as prior optionsng, for converter
ports NO_OPTIONS_SORT remains per port so that by default options are sorted but
maintainer can decided to unsort them.
This commit is contained in:
Baptiste Daroussin 2012-06-05 06:56:36 +00:00
parent 8d0f7ed247
commit 8408ccfbc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298425

View file

@ -41,6 +41,7 @@ ALL_OPTIONS:= ${ALL_OPTIONS:N${opt}}
#XXX to kill when old option framework won't be used anymore
.if defined(OPTIONS)
NO_OPTIONS_SORT= yes
. undef optname
. for O in ${OPTIONS:S|\#|\\\#|g}
opt:= ${O}