mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 17:32:43 +00:00
Cosmetique: don't use localized date
This commit is contained in:
parent
6936206ebd
commit
fea0a15961
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69430
@ -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}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user