Fix unset MAKE variable in test scripts

pull/723/head
Jeffrey Walton 2018-09-26 16:22:19 -04:00
parent 1d5eaf5268
commit fb303f5180
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 5 additions and 0 deletions

View File

@ -34,9 +34,12 @@ if [[ "$IS_DARWIN" -ne 0 ]]; then
export LC_ALL=C
fi
# Fixup for Solaris and BSDs
# Fixup for Solaris and BSDs
if [[ ! -z $(command -v gmake) ]]; then
MAKE=gmake
else
MAKE=make
fi
# Fixup for missing libtool

View File

@ -15,6 +15,8 @@ fi
# Fixup for Solaris and BSDs
if [[ ! -z $(command -v gmake) ]]; then
MAKE=gmake
else
MAKE=make
fi
# Feth the three required files