Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2020 12:08:07 +0000 (UTC)
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r363219 - head/tools/build
Message-ID:  <202007151208.06FC87bp068795@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arichardson
Date: Wed Jul 15 12:08:06 2020
New Revision: 363219
URL: https://svnweb.freebsd.org/changeset/base/363219

Log:
  Fix BUILD_WITH_STRICT_TMPPATH builds
  
  We need dd in $PATH for some of the MK_BOOT code and some tests also use it.
  
  Obtained from:	CheriBSD

Modified:
  head/tools/build/Makefile

Modified: head/tools/build/Makefile
==============================================================================
--- head/tools/build/Makefile	Wed Jul 15 12:07:59 2020	(r363218)
+++ head/tools/build/Makefile	Wed Jul 15 12:08:06 2020	(r363219)
@@ -105,7 +105,7 @@ SYSINCS+=	${SRCTOP}/sys/sys/font.h
 
 # basic commands: It is fine to use the host version for all of these even on
 # 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 \
+_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 realpath sh sleep stat tee touch tr true uname \
 	uniq wc which



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