Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136803856
D14231.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
676 B
Referenced Files
None
Subscribers
None
D14231.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D14231: Avoid find -s, use find | sort instead.
Attached
Detach File
Event Timeline
Log In to Comment