git: 16161b4839ff - main - makeman export UPDATE_DEPENFILE=no
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Apr 2023 21:57:59 UTC
The branch main has been updated by sjg: URL: https://cgit.FreeBSD.org/src/commit/?id=16161b4839ffea0da6c2ecf5984952d43fca6ea3 commit 16161b4839ffea0da6c2ecf5984952d43fca6ea3 Author: Simon J. Gerraty <sjg@FreeBSD.org> AuthorDate: 2023-04-22 21:57:24 +0000 Commit: Simon J. Gerraty <sjg@FreeBSD.org> CommitDate: 2023-04-22 21:57:24 +0000 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 5a8b207b228a..db0b75363a85 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