diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-11-07 08:47:11 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-11-07 08:47:11 +0000 |
| commit | 3cbf71ae4a028c88289df1294110ea0d4cdf3235 (patch) | |
| tree | a5937c8b7d86ed7e219cf3c83d2452c5be63310c /Makefile | |
| parent | 527a86a3ba79e07347e5108facb9393ce9590caf (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -102,7 +102,6 @@ ${TGTS}: upgrade_checks # Set a reasonable default .MAIN: all -STARTTIME!= LC_TIME=C date # # world # @@ -111,7 +110,7 @@ STARTTIME!= LC_TIME=C date # world: upgrade_checks @echo "--------------------------------------------------------------" - @echo ">>> ${OBJFORMAT} make world started on ${STARTTIME}" + @echo ">>> ${OBJFORMAT} make world started on `LC_TIME=C date`" @echo "--------------------------------------------------------------" .if target(pre-world) @echo |
