diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-05 13:08:48 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-05 13:08:48 +0000 |
| commit | dc6a64b2e84e1d8faa4eef4552a215f000cc7a1d (patch) | |
| tree | b729ef837e799adc131941ab0a9ec4283cf7593a /Makefile | |
| parent | cab169372f3d997751e9ba695c23567e252c836e (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -103,7 +103,7 @@ ${TGTS}: upgrade_checks # Set a reasonable default .MAIN: all -STARTTIME!= LC_TIME=C date +STARTTIME!= LC_ALL=C date # # world # @@ -132,7 +132,7 @@ world: upgrade_checks .endif @echo @echo "--------------------------------------------------------------" - @printf ">>> ${OBJFORMAT} make world completed on `LC_TIME=C date`\n (started ${STARTTIME})\n" + @printf ">>> ${OBJFORMAT} make world completed on `LC_ALL=C date`\n (started ${STARTTIME})\n" @echo "--------------------------------------------------------------" # |
