diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-21 06:06:41 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-21 06:06:41 +0000 |
| commit | 5ae1e22008da493a01cf2d3b2ae90c051a2af61c (patch) | |
| tree | 156489d965880db3f2f101d6afcb7a11a7b4bf0e | |
| parent | 43bb0e149c35bd0a4a74d81de23d552594a634af (diff) | |
Notes
| -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 "--------------------------------------------------------------" # |
