Author: ngie
Date: Fri Feb 10 04:28:44 2017
New Revision: 313522
URL: https://svnweb.freebsd.org/changeset/base/313522

Log:
  MFC r286536:
  
  This unbreaks "make installworld" for me on ^/stable/10
  
  r286536 (by imp):
  
  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:
  stable/10/Makefile.inc1
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/Makefile.inc1
==============================================================================
--- stable/10/Makefile.inc1     Fri Feb 10 03:28:03 2017        (r313521)
+++ stable/10/Makefile.inc1     Fri Feb 10 04:28:44 2017        (r313522)
@@ -784,7 +784,7 @@ _zoneinfo=  zic tzsetup
 _nmtree_itools=        nmtree
 .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 ${_nmtree_itools} mv pwd_mkdb \
        rm sed sh strip sysctl test true uname wc ${_zoneinfo} \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to