diff options
author | ache <ache@FreeBSD.org> | 2000-12-01 01:58:48 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-12-01 01:58:48 +0000 |
commit | 4b5687e270a11b427d9638ec4ec24e6b00c42807 (patch) | |
tree | 033ef2ed5113bff69c61687f6183aa8da8599e39 /sys/boot/ficl | |
parent | 7cc6cf3ca74f9e9eeda6fab884b5600fb22e383a (diff) | |
download | FreeBSD-src-4b5687e270a11b427d9638ec4ec24e6b00c42807.zip FreeBSD-src-4b5687e270a11b427d9638ec4ec24e6b00c42807.tar.gz |
Cosmetique: don't use localized `date`
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r-- | sys/boot/ficl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index 95d03f3..9053b83 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="`date`") > ${.TARGET} + | awk -f softcore.awk -v datestamp="`LC_TIME=C date`") > ${.TARGET} |