summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-09-21 06:06:41 +0000
committerache <ache@FreeBSD.org>1996-09-21 06:06:41 +0000
commit108ba3295d2afe980cb33905d125801adcc274da (patch)
tree156489d965880db3f2f101d6afcb7a11a7b4bf0e /Makefile
parentc2d4b0268c4720419422ee3d569396dbdbd051d4 (diff)
downloadFreeBSD-src-108ba3295d2afe980cb33905d125801adcc274da.zip
FreeBSD-src-108ba3295d2afe980cb33905d125801adcc274da.tar.gz
Unlocalize `date`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ba3374c..2cf3e7a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.101 1996/09/18 18:14:37 jkh Exp $
+# $Id: Makefile,v 1.102 1996/09/19 16:36:24 peter Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -123,7 +123,7 @@ MK_FLAGS= -DNOMAN -DNOPROFILE
#
world:
@echo "--------------------------------------------------------------"
- @echo "make world started on `date`"
+ @echo "make world started on `LC_TIME= date`"
@echo "--------------------------------------------------------------"
.if target(pre-world)
@echo "--------------------------------------------------------------"
@@ -216,7 +216,7 @@ world:
.endif
@echo
@echo "--------------------------------------------------------------"
- @echo "make world completed on `date`"
+ @echo "make world completed on `LC_TIME= date`"
@echo "--------------------------------------------------------------"
#
OpenPOWER on IntegriCloud