I found the attached patch (which augments ITOOLS in src/Makefile.inc1
with "env" and "mktemp") necessary to complete "make installworkd"
when updtaing from:

FreeBSD freebeast.catwhisker.org 12.0-CURRENT FreeBSD 12.0-CURRENT #197  
r310104M/310111:1200018: Thu Dec 15 04:20:23 PST 2016     
r...@freebeast.catwhisker.org:/common/S4/obj/usr/src/sys/GENERIC  amd64

to:

FreeBSD freebeast.catwhisker.org 12.0-CURRENT FreeBSD 12.0-CURRENT #198  
r310154M/310154:1200019: Fri Dec 16 05:31:10 PST 2016     
r...@freebeast.catwhisker.org:/common/S4/obj/usr/src/sys/GENERIC  amd64

Peace,
david
-- 
David H. Wolfskill                              da...@catwhisker.org
Epistemology for post-truthers: How do we select parts of reality to ignore?

See http://www.catwhisker.org/~david/publickey.gpg for my public key.
Index: Makefile.inc1
===================================================================
--- Makefile.inc1	(revision 310154)
+++ Makefile.inc1	(working copy)
@@ -915,8 +915,8 @@
 .endif
 
 ITOOLS=	[ awk cap_mkdb cat chflags chmod chown cmp cp \
-	date echo egrep find grep id install ${_install-info} \
-	ln make mkdir mtree mv pwd_mkdb \
+	date echo egrep env find grep id install ${_install-info} \
+	ln make mkdir mktemp mtree mv pwd_mkdb \
 	rm sed services_mkdb sh strip sysctl test true uname wc ${_zoneinfo} \
 	${LOCAL_ITOOLS}
 

Attachment: signature.asc
Description: PGP signature

Reply via email to