aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2000-11-07 08:47:11 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2000-11-07 08:47:11 +0000
commit3cbf71ae4a028c88289df1294110ea0d4cdf3235 (patch)
treea5937c8b7d86ed7e219cf3c83d2452c5be63310c /Makefile
parent527a86a3ba79e07347e5108facb9393ce9590caf (diff)
downloadsrc-3cbf71ae4a028c88289df1294110ea0d4cdf3235.tar.gz
src-3cbf71ae4a028c88289df1294110ea0d4cdf3235.zip
While we're still arguing over debugging output, at least be in a
self-consistent state. Requested by: bde
Notes
Notes: svn path=/head/; revision=68428
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index abb21e4d673d..898eb0ac2d72 100644
--- a/Makefile
+++ b/Makefile
@@ -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