summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_progress.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/ptxd_make_progress.sh')
-rw-r--r--scripts/lib/ptxd_make_progress.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_progress.sh b/scripts/lib/ptxd_make_progress.sh
index ebcc24945..9e12d3e37 100644
--- a/scripts/lib/ptxd_make_progress.sh
+++ b/scripts/lib/ptxd_make_progress.sh
@@ -9,7 +9,7 @@
#
ptxd_make_setup_progress() {
- if [ -n "${PTXDIST_PROGRESS}" ]; then
+ if [ -n "${PTXDIST_PROGRESS}" -a -n "${PTXDIST_QUIET}" ]; then
ptxd_make_target_count=$( \
"${PTXCONF_SETUP_HOST_MAKE}" --dry-run \
-f "${RULESDIR}/other/Toplevel.make" "${@}" 2>/dev/null | \