Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149258427
D14231.id38976.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
400 B
Referenced Files
None
Subscribers
None
D14231.id38976.diff
View Options
Index: share/zoneinfo/Makefile
===================================================================
--- share/zoneinfo/Makefile
+++ share/zoneinfo/Makefile
@@ -96,7 +96,7 @@
${LEAPFILE} -y ${.OBJDIR}/yearistype ${TZFILES}
.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
Tue, Mar 24, 7:47 AM (2 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30237645
Default Alt Text
D14231.id38976.diff (400 B)
Attached To
Mode
D14231: Avoid find -s, use find | sort instead.
Attached
Detach File
Event Timeline
Log In to Comment