summaryrefslogtreecommitdiff
path: root/package/pkgmaker
diff options
context:
space:
mode:
Diffstat (limited to 'package/pkgmaker')
-rw-r--r--package/pkgmaker3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/pkgmaker b/package/pkgmaker
index f00285192..d9c928579 100644
--- a/package/pkgmaker
+++ b/package/pkgmaker
@@ -1,3 +1,5 @@
+unset MAKEFLAGS
+export MAKEFLAGS=s
cd "$(dirname "$0")"
export TOPDIR=$(realpath ..)
if gmake --help >/dev/null 2>&1; then
@@ -5,6 +7,7 @@ if gmake --help >/dev/null 2>&1; then
else
export GMAKE=make
fi
+GMAKE="$GMAKE --no-print-directory"
(( x_cols = (COLUMNS > 10) ? COLUMNS - 2 : 80 ))
typeset -L$x_cols pbar