svn commit: r329075 - head

Warner Losh imp at FreeBSD.org
Fri Feb 9 18:47:01 UTC 2018


Author: imp
Date: Fri Feb  9 18:47:00 2018
New Revision: 329075
URL: https://svnweb.freebsd.org/changeset/base/329075

Log:
  sort needs to be in ITOOLS since find -s was changed to find | sort.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Fri Feb  9 18:42:34 2018	(r329074)
+++ head/Makefile.inc1	Fri Feb  9 18:47:00 2018	(r329075)
@@ -1109,7 +1109,7 @@ _zoneinfo=	zic tzsetup
 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 \
-	rm sed services_mkdb sh strip sysctl test true uname wc ${_zoneinfo} \
+	rm sed services_mkdb sh sort strip sysctl test true uname wc ${_zoneinfo} \
 	${LOCAL_ITOOLS}
 
 # Needed for share/man


More information about the svn-src-all mailing list