aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-05 13:08:48 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-05 13:08:48 +0000
commitdc6a64b2e84e1d8faa4eef4552a215f000cc7a1d (patch)
treeb729ef837e799adc131941ab0a9ec4283cf7593a /Makefile
parentcab169372f3d997751e9ba695c23567e252c836e (diff)
downloadsrc-dc6a64b2e84e1d8faa4eef4552a215f000cc7a1d.tar.gz
src-dc6a64b2e84e1d8faa4eef4552a215f000cc7a1d.zip
MFC: fix setlocale(3) so that LC_ALL environment variable (if set
and not NULL) is preferred over other LC_* environment variables, as required by POSIX.
Notes
Notes: svn path=/stable/4/; revision=73744
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1724f05f56a0..b14de24ecd02 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 "--------------------------------------------------------------"
#