svn commit: r320003 - head/share/zoneinfo

Edward Tomasz Napierala trasz at FreeBSD.org
Fri Jun 16 14:19:25 UTC 2017


Author: trasz
Date: Fri Jun 16 14:19:23 2017
New Revision: 320003
URL: https://svnweb.freebsd.org/changeset/base/320003

Log:
  Don't print all timezones during installworld.
  
  Submitted by:	Alex Richardson <alr48 at cl.cam.ac.uk>
  Reviewed by:	gjb
  MFC after:	1 month
  Sponsored by:	DARPA, AFRL
  Differential Revision:	https://reviews.freebsd.org/D11154

Modified:
  head/share/zoneinfo/Makefile

Modified: head/share/zoneinfo/Makefile
==============================================================================
--- head/share/zoneinfo/Makefile	Fri Jun 16 13:53:02 2017	(r320002)
+++ head/share/zoneinfo/Makefile	Fri Jun 16 14:19:23 2017	(r320003)
@@ -88,7 +88,7 @@ install-zoneinfo:
 	mkdir -p ${DESTDIR}/usr/share/zoneinfo
 	cd ${DESTDIR}/usr/share/zoneinfo;  mkdir -p ${TZBUILDSUBDIRS}
 	cd ${TZBUILDDIR} && \
-	    find -s * -type f -print -exec ${INSTALL} ${TAG_ARGS} \
+	    find -s * -type f -exec ${INSTALL} ${TAG_ARGS} \
 	    -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
 	    \{} ${DESTDIR}/usr/share/zoneinfo/\{} \;
 	${INSTALL} ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \


More information about the svn-src-head mailing list