Unlocalize date

This commit is contained in:
Andrey A. Chernov 1996-09-21 06:06:41 +00:00
parent 43bb0e149c
commit 5ae1e22008
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18434

View File

@ -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 "--------------------------------------------------------------"
#