summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-02 16:52:14 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-02 16:52:14 +0000
commitafcf05e46aacbe58f9fd8338ab6ecf9b7d06d004 (patch)
tree4d1655d724be575f060459c555ab30a5630ec3e9 /Makefile
parent7a6be913664526370f69f43e340b7ed33f20ea8f (diff)
downloadsrc-test2-afcf05e46aacbe58f9fd8338ab6ecf9b7d06d004.tar.gz
src-test2-afcf05e46aacbe58f9fd8338ab6ecf9b7d06d004.zip
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 52e6c62760e1..d373f6f837b5 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ ${TGTS}: upgrade_checks
# Set a reasonable default
.MAIN: all
-STARTTIME!= LC_TIME=C date
+STARTTIME!= LC_ALL=C date
#
# world
#
@@ -132,7 +132,7 @@ world: upgrade_checks
.endif
@echo
@echo "--------------------------------------------------------------"
- @printf ">>> ${OBJFORMAT} make world completed on `LC_TIME=C date`\n (started ${STARTTIME})\n"
+ @printf ">>> ${OBJFORMAT} make world completed on `LC_ALL=C date`\n (started ${STARTTIME})\n"
@echo "--------------------------------------------------------------"
#