mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 20:11:06 +01:00
Fix BUILD_WITH_STRICT_TMPPATH build after adding time to ITOOLS
This is needed afterbbd16236e9
(and99feb137f5
).
This commit is contained in:
parent
31ba4ce889
commit
5c9cb96a23
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user