From 16161b4839ffea0da6c2ecf5984952d43fca6ea3 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Sat, 22 Apr 2023 14:57:24 -0700 Subject: [PATCH] makeman export UPDATE_DEPENFILE=no Just to be clear we do not need any updates. --- tools/build/options/makeman | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/build/options/makeman b/tools/build/options/makeman index 5a8b207b228..db0b75363a8 100755 --- a/tools/build/options/makeman +++ b/tools/build/options/makeman @@ -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