From 3e8d7346e8d524380230b24dff5cb01becde964b Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 2 Mar 2001 16:52:14 +0000 Subject: setlocale(3) has been fixed to match POSIX standard: LC_ALL takes precedence over other LC_* envariables. --- sys/boot/ficl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/boot/ficl') diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index 9053b83..d6db6ae 100644 --- a/sys/boot/ficl/Makefile +++ b/sys/boot/ficl/Makefile @@ -38,6 +38,6 @@ CFLAGS+= -I${.CURDIR} -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR}/../common -DFICL softcore.c: ${SOFTWORDS} softcore.awk (cd ${.CURDIR}/softwords; cat ${SOFTWORDS} \ - | awk -f softcore.awk -v datestamp="`LC_TIME=C date`") > ${.TARGET} + | awk -f softcore.awk -v datestamp="`LC_ALL=C date`") > ${.TARGET} -- cgit v1.1