Build system needs more ascii art
This commit is contained in:
@@ -11,6 +11,16 @@ function cmd_pref() {
|
|||||||
eval "$1=$3"
|
eval "$1=$3"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
cat <<'EOF'
|
||||||
|
________________
|
||||||
|
< Building Hush! >
|
||||||
|
----------------
|
||||||
|
\ ^__^
|
||||||
|
\ (oo)\_______
|
||||||
|
(__)\ )\/\
|
||||||
|
||----w |
|
||||||
|
|| ||
|
||||||
|
EOF
|
||||||
|
|
||||||
# If a g-prefixed version of the command exists, use it preferentially.
|
# If a g-prefixed version of the command exists, use it preferentially.
|
||||||
function gprefix() {
|
function gprefix() {
|
||||||
@@ -92,8 +102,10 @@ then
|
|||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
|
|
||||||
eval "$MAKE" --version
|
# Just show the useful info
|
||||||
as --version
|
eval "$MAKE" --version | head -n2
|
||||||
|
as --version | head -n1
|
||||||
|
as --version | tail -n1
|
||||||
ld -v
|
ld -v
|
||||||
|
|
||||||
HOST="$HOST" BUILD="$BUILD" NO_PROTON="$PROTON_ARG" "$MAKE" "$@" -C ./depends/ V=1
|
HOST="$HOST" BUILD="$BUILD" NO_PROTON="$PROTON_ARG" "$MAKE" "$@" -C ./depends/ V=1
|
||||||
|
|||||||
Reference in New Issue
Block a user