Date: Fri, 16 Dec 2016 06:03:25 -0800 From: David Wolfskill <david@catwhisker.org> To: current@freebsd.org Subject: Install tools in src/Makefile.inc1 might need to be augmented Message-ID: <20161216140325.GC1273@albert.catwhisker.org>
next in thread | raw e-mail | index | archive | help
--J0Hdqn9B/gTAA2yl Content-Type: multipart/mixed; boundary="JqY+AWET127RXf8r" Content-Disposition: inline --JqY+AWET127RXf8r Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 r3= 10104M/310111:1200018: Thu Dec 15 04:20:23 PST 2016 root@freebeast.catw= hisker.org:/common/S4/obj/usr/src/sys/GENERIC amd64 to: FreeBSD freebeast.catwhisker.org 12.0-CURRENT FreeBSD 12.0-CURRENT #198 r3= 10154M/310154:1200019: Fri Dec 16 05:31:10 PST 2016 root@freebeast.catw= hisker.org:/common/S4/obj/usr/src/sys/GENERIC amd64 Peace, david --=20 David H. Wolfskill david@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. --JqY+AWET127RXf8r Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="Makefile.inc1.diff" Content-Transfer-Encoding: quoted-printable Index: Makefile.inc1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile.inc1 (revision 310154) +++ Makefile.inc1 (working copy) @@ -915,8 +915,8 @@ .endif =20 ITOOLS=3D [ 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} =20 --JqY+AWET127RXf8r-- --J0Hdqn9B/gTAA2yl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJYU/QtXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDQ0I3Q0VGOTE3QTgwMUY0MzA2NEQ3N0Ix NTM5Q0M0MEEwNDlFRTE3AAoJEBU5zECgSe4XdvYIAJLUAZxNq4M4rx13d6hWH08Y K0BYpVxS99XOwBkK03pQUlIzSCZLQXQg+w53bI1DEoih6PyI0NP3NYhSIxaUw2eB XIQMQuO5ioDG3JKRaXjg9r/Keq1oJjfnz780yJ8hmYJaTzTn7t7EetuOP78mOudG BkURTXJfui7mmMcnhXAE7pTuin2D4Ig2x5stp8XeypqvYCjMihn8CPOrPjmfaZkw AWUM3XLhr9trATaDWm1OvyNMwuh5w+38SBhNEwUfttilb5DgJe7PxrmCDaicgSry Ud4R3PrIR3GEZ/EwUd6gxWBr8awvBiE5XB0OosLqdtatupG9s/ioZbbTzfB/chM= =lMdc -----END PGP SIGNATURE----- --J0Hdqn9B/gTAA2yl--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161216140325.GC1273>