]> xenbits.xensource.com Git - people/jgross/xen.git/commit
tools/configure: drop BASH configure variable
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 26 Jun 2020 16:46:38 +0000 (17:46 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 31 Jul 2020 14:18:41 +0000 (15:18 +0100)
commita85f67b2658ed8032586b3a3e7cd78814d20aa4b
treeac6697cf4bc9a25ebdcb4455e42059b28a834fbb
parent98bed5de1de3352c63cfe29a00f17e8d9ce72689
tools/configure: drop BASH configure variable

This is a weird variable to have in the first place.  The only user of it is
XSM's CONFIG_SHELL, which opencodes a fallback to sh.  The scripts are shebang
sh, which is already necessary to support non-Linux build environments.

Make the mkflask.sh and mkaccess_vector.sh scripts executable, drop the
CONFIG_SHELL, and drop the $BASH variable to prevent further use.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
config/Tools.mk.in
tools/configure
tools/configure.ac
xen/xsm/flask/Makefile
xen/xsm/flask/policy/mkaccess_vector.sh [changed mode: 0644->0755]
xen/xsm/flask/policy/mkflask.sh [changed mode: 0644->0755]