Page MenuHomeFreeBSD

D35812.id108148.diff
No OneTemporary

D35812.id108148.diff

Index: Makefile.inc1
===================================================================
--- Makefile.inc1
+++ Makefile.inc1
@@ -1458,7 +1458,7 @@
@# a line containing only the filename will sort immediately before
@# the relevant mtree line.
cd ${DESTDIR}/${DISTDIR}; \
- find ./${dist} | sort -u ${METALOG} - | \
+ find ./${dist} | LC_ALL=C sort -u ${METALOG} - | \
awk 'BEGIN { print "#${MTREE_MAGIC}" } !/ type=/ { file = $$1 } / type=/ { if ($$1 == file) { sub(/^\.\/${dist}\//, "./"); print } }' > \
${DESTDIR}/${DISTDIR}/${dist}.meta
.endfor
@@ -1468,7 +1468,7 @@
@# a line containing only the filename will sort immediately before
@# the relevant mtree line.
cd ${DESTDIR}/${DISTDIR}; \
- find ./${dist}/usr/lib/debug | sort -u ${METALOG} - | \
+ find ./${dist}/usr/lib/debug | LC_ALL=C sort -u ${METALOG} - | \
awk 'BEGIN { print "#${MTREE_MAGIC}" } !/ type=/ { file = $$1 } / type=/ { if ($$1 == file) { sub(/^\.\/${dist}\//, "./"); print } }' > \
${DESTDIR}/${DISTDIR}/${dist}.debug.meta
.endfor

File Metadata

Mime Type
text/plain
Expires
Wed, Feb 5, 8:55 PM (12 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16480704
Default Alt Text
D35812.id108148.diff (1 KB)

Event Timeline