aboutsummaryrefslogtreecommitdiff
path: root/mk/dirdeps.mk
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2023-01-28 00:23:54 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2023-01-28 00:23:54 +0000
commit2e36ab236364fa38c564f586c46cb9182ce8fd14 (patch)
tree6d9b606fbae5d5ab66ec5e8c71630d8908cf34cb /mk/dirdeps.mk
parent31a96ca5f0b6e5f8f7fa8cecf3a5c4354b3b096f (diff)
Diffstat (limited to 'mk/dirdeps.mk')
-rw-r--r--mk/dirdeps.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/dirdeps.mk b/mk/dirdeps.mk
index ee31e47c76c5..94b493a77fa6 100644
--- a/mk/dirdeps.mk
+++ b/mk/dirdeps.mk
@@ -1,4 +1,4 @@
-# $Id: dirdeps.mk,v 1.151 2022/01/28 01:13:14 sjg Exp $
+# $Id: dirdeps.mk,v 1.152 2022/08/01 23:09:19 sjg Exp $
# Copyright (c) 2010-2022, Simon J. Gerraty
# Copyright (c) 2010-2018, Juniper Networks, Inc.
@@ -401,7 +401,7 @@ DIRDEP_LOADAVG_LAST = 0
# Note: expr(1) will exit 1 if the expression evaluates to 0
# hence the || true
DIRDEP_LOADAVG_REPORT = \
- test -z "${"${expr ${now_utc} - ${DIRDEP_LOADAVG_INTEVAL:U60} - ${DIRDEP_LOADAVG_LAST} || true:L:sh:N-*}":?yes${DIRDEP_LOADAVG_LAST::=${now_utc}}:}" || \
+ test -z "${"${expr ${now_utc} - ${DIRDEP_LOADAVG_INTERVAL:U60} - ${DIRDEP_LOADAVG_LAST} || true:L:sh:N-*}":?yes${DIRDEP_LOADAVG_LAST::=${now_utc}}:}" || \
echo "${TRACER}`${DIRDEP_LOADAVG_CMD}`"
# we suppress SUBDIR when visiting the leaves