summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-11-26 03:26:31 +0000
committerache <ache@FreeBSD.org>1996-11-26 03:26:31 +0000
commitddd059c20b4c5c4e8f99b2bb59810f43cc69300b (patch)
treeca1f737e989163a7a8b089d1bcc3b908331d1505 /Makefile
parentaedf723373bb0932c79cc06916796ce3b72cdc04 (diff)
downloadFreeBSD-src-ddd059c20b4c5c4e8f99b2bb59810f43cc69300b.zip
FreeBSD-src-ddd059c20b4c5c4e8f99b2bb59810f43cc69300b.tar.gz
Use LC_TIME=C instead of LC_TIME= (POSIX)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d73724c..a4f8f1e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.108 1996/10/25 14:22:50 bde Exp $
+# $Id: Makefile,v 1.109 1996/11/01 19:03:33 adam Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -129,7 +129,7 @@ MK_FLAGS= -DNOMAN -DNOPROFILE
#
world:
@echo "--------------------------------------------------------------"
- @echo "make world started on `LC_TIME= date`"
+ @echo "make world started on `LC_TIME=C date`"
@echo "--------------------------------------------------------------"
.if target(pre-world)
@echo "--------------------------------------------------------------"
@@ -222,7 +222,7 @@ world:
.endif
@echo
@echo "--------------------------------------------------------------"
- @echo "make world completed on `LC_TIME= date`"
+ @echo "make world completed on `LC_TIME=C date`"
@echo "--------------------------------------------------------------"
#
OpenPOWER on IntegriCloud