diff options
author | ache <ache@FreeBSD.org> | 1996-09-21 06:06:41 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-09-21 06:06:41 +0000 |
commit | 108ba3295d2afe980cb33905d125801adcc274da (patch) | |
tree | 156489d965880db3f2f101d6afcb7a11a7b4bf0e /Makefile | |
parent | c2d4b0268c4720419422ee3d569396dbdbd051d4 (diff) | |
download | FreeBSD-src-108ba3295d2afe980cb33905d125801adcc274da.zip FreeBSD-src-108ba3295d2afe980cb33905d125801adcc274da.tar.gz |
Unlocalize `date`
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 "--------------------------------------------------------------" # |