make.rc,make-config.sh: use comma- not space-separated mulchoice..
commit085dd96cfd32e05b7d50a6185d9186526181705d
authorSteffen Nurpmeso <steffen@sdaoden.eu>
Mon, 26 Mar 2018 15:21:25 +0000 (26 17:21 +0200)
committerSteffen Nurpmeso <steffen@sdaoden.eu>
Mon, 26 Mar 2018 15:35:29 +0000 (26 17:35 +0200)
tree25fbcbf41b28bc231410be3248bce488e1efd112
parentc5c91270483c8964667c9ea31cdf113ff3b41367
make.rc,make-config.sh: use comma- not space-separated mulchoice..

BSD make fails to pass through a space-separated value to recursive
make invocations and shells, so introduce comma-separation and
use it exclusively, continue support for space separation, though.

While here case normalize mulchoice user values: case-insensitive
matching was used for the validity check, but not for the later
$IFS based value splitting that finally was used to implement
the splitting.  v14.9.10 bug...
make-config.sh
make.rc