Show progress while building.

It doesn't show much, but it least gives an idea what it's chewing on.

Approved by:	maintainer (greg unrelenting technology)
This commit is contained in:
Adam Weinberger 2018-02-24 14:40:12 +00:00
parent 9e90b9005b
commit 13960ea438
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462832

View file

@ -31,7 +31,7 @@ GH_ACCOUNT= crystal-lang
MAKE_ARGS= SHELL=sh \
LLVM_CONFIG="${LOCALBASE}/bin/llvm-config${LLVM_VERSION}" \
FLAGS="--release --no-debug" \
FLAGS="--release --no-debug --progress" \
EXPORTS='CRYSTAL_CONFIG_PATH="lib:${PREFIX}/lib/${PORTNAME}"' \
CRYSTAL_CACHE_DIR="${WRKDIR}/cache"