continued util change

This commit is contained in:
jahway603
2022-09-18 14:56:42 -04:00
parent ad4600fb9f
commit d2478acea4
8 changed files with 18 additions and 18 deletions

View File

@@ -40,13 +40,13 @@ gprefix READLINK readlink
cd "$(dirname "$("$READLINK" -f "$0")")/.."
# Allow user overrides to $MAKE. Typical usage for users who need it:
# MAKE=gmake ./zcutil/build.sh -j$(nproc)
# MAKE=gmake ./util/build.sh -j$(nproc)
if [[ -z "${MAKE-}" ]]; then
MAKE=make
fi
# Allow overrides to $BUILD and $HOST for porters. Most users will not need it.
# BUILD=i686-pc-linux-gnu ./zcutil/build.sh
# BUILD=i686-pc-linux-gnu ./util/build.sh
if [[ -z "${BUILD-}" ]]; then
BUILD="$(./depends/config.guess)"
fi
@@ -61,7 +61,7 @@ fi
if [ "x$*" = 'x--help' ]
then
cat ./zcutil/dragon.txt
cat ./util/dragon.txt
cat <<EOF
Welcome To The Hush Build System, Here Be Dragons!
Usage: