svn commit: r286536 - head

Warner Losh imp at FreeBSD.org
Sun Aug 9 18:15:34 UTC 2015


Author: imp
Date: Sun Aug  9 18:15:33 2015
New Revision: 286536
URL: https://svnweb.freebsd.org/changeset/base/286536

Log:
  cmp and cp are used by the kerberos install, so need to be imclided in
  ITOOLS. They are tiny enough that I'm not making conditional: the
  minuscule savings in disk space isn't worth the obfuscation of
  Makefile.inc1.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Sun Aug  9 17:08:18 2015	(r286535)
+++ head/Makefile.inc1	Sun Aug  9 18:15:33 2015	(r286536)
@@ -807,7 +807,7 @@ __installcheck_UGID:
 _zoneinfo=	zic tzsetup
 .endif
 
-ITOOLS=	[ awk cap_mkdb cat chflags chmod chown \
+ITOOLS=	[ awk cap_mkdb cat chflags chmod chown cmp cp \
 	date echo egrep find grep id install ${_install-info} \
 	ln lockf make mkdir mtree mv pwd_mkdb \
 	rm sed services_mkdb sh strip sysctl test true uname wc ${_zoneinfo} \


More information about the svn-src-all mailing list