Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Apr 2023 21:57:59 GMT
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 16161b4839ff - main - makeman export UPDATE_DEPENFILE=no
Message-ID:  <202304222157.33MLvxB9047869@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304222157.33MLvxB9047869>