makeman export UPDATE_DEPENFILE=no

Just to be clear we do not need any updates.
This commit is contained in:
Simon J. Gerraty 2023-04-22 14:57:24 -07:00
parent 188bf8876f
commit 16161b4839

View File

@ -20,6 +20,8 @@
set -o errexit
export LC_ALL=C
# just be clear that we are not making anything
export UPDATE_DEPENDFILE=no
t=$(mktemp -d -t makeman)
trap 'test -d $t && rm -rf $t' exit