Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/usr.bin/file Mirror rev 1.50 from trunk. Need to force ...
details: https://anonhg.NetBSD.org/src/rev/02b35364403b
branches: netbsd-1-6
changeset: 531403:02b35364403b
user: jmc <jmc%NetBSD.org@localhost>
date: Wed Jun 16 01:34:10 2004 +0000
description:
Mirror rev 1.50 from trunk. Need to force LANG=C to avoid globbing issues
w. sh (found during PR#24481 fixes)
diffstat:
usr.bin/file/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 351a1a3b7d9b -r 02b35364403b usr.bin/file/Makefile
--- a/usr.bin/file/Makefile Wed Jun 16 01:31:38 2004 +0000
+++ b/usr.bin/file/Makefile Wed Jun 16 01:34:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2002/05/18 07:04:38 pooka Exp $
+# $NetBSD: Makefile,v 1.40.2.1 2004/06/16 01:34:10 jmc Exp $
.include <bsd.own.mk>
@@ -24,7 +24,8 @@
realall: file magic magic.mgc magic.mime.mgc
.endif
-MAGDIRF:sh= echo ${.CURDIR}/magdir/[0-9a-z]*
+# Avoid possible collation problems w. LANG set to something else
+MAGDIRF:sh= LANG=C sh -c 'echo ${.CURDIR}/magdir/[0-9a-z]*'
MAGFILES= ${.CURDIR}/Header \
${.CURDIR}/Localstuff \
${.CURDIR}/magdir/netbsd \
Home |
Main Index |
Thread Index |
Old Index