Page MenuHomeFreeBSD

D14231.id.diff
No OneTemporary

D14231.id.diff

Index: head/share/zoneinfo/Makefile
===================================================================
--- head/share/zoneinfo/Makefile
+++ head/share/zoneinfo/Makefile
@@ -95,8 +95,13 @@
zic -D -d ${TZBUILDDIR} -p ${POSIXRULES} -m ${NOBINMODE} \
${LEAPFILE} -y ${.OBJDIR}/yearistype ${TZFILES}
+#
+# Sort TZS to ensure they are the same every build. find -s might
+# be a shorter way to express this, but it's non-portable. Any
+# differences between the two don't matter for this purpose.
+#
.if make(*install*)
-TZS!= cd ${TZBUILDDIR} && find -s * -type f
+TZS!= cd ${TZBUILDDIR} && find * -type f | env LC_ALL=C sort
.endif
beforeinstall: install-zoneinfo

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 20, 4:21 PM (5 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25624107
Default Alt Text
D14231.id.diff (676 B)

Event Timeline