Date: Mon, 2 Aug 2021 14:48:54 GMT From: Alex Richardson <arichardson@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 5c9cb96a239c - main - Fix BUILD_WITH_STRICT_TMPPATH build after adding time to ITOOLS Message-ID: <202108021448.172EmsxA043947@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=5c9cb96a239cd9793a74ff91baa7296b814948aa commit 5c9cb96a239cd9793a74ff91baa7296b814948aa Author: Alex Richardson <arichardson@FreeBSD.org> AuthorDate: 2021-08-02 14:34:26 +0000 Commit: Alex Richardson <arichardson@FreeBSD.org> CommitDate: 2021-08-02 14:34:26 +0000 Fix BUILD_WITH_STRICT_TMPPATH build after adding time to ITOOLS This is needed after bbd16236e986ef1b0e1da37c9c8a7f9dd2d63b5d (and 99feb137f5f66f903bba816c1d98ced2a92bef12). --- tools/build/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build/Makefile b/tools/build/Makefile index 31d027f75ce2..948a5f9dfdb2 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -266,8 +266,8 @@ SYSINCS+= ${SRCTOP}/sys/sys/elf.h # Linux/MacOS since we only use flags that are supported by all of them. _host_tools_to_symlink= basename bzip2 bunzip2 chmod chown cmp comm cp date dd \ dirname echo env false find fmt gzip gunzip head hostname id ln ls \ - mkdir mv nice patch rm sh sleep stat tee touch tr true uname uniq unxz \ - wc which xz + mkdir mv nice patch rm sh sleep stat tee time touch tr true uname uniq \ + unxz wc which xz # We also need a symlink to the absolute path to the make binary used for # the toplevel makefile. This is not necessarily the same as `which make`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108021448.172EmsxA043947>