While we're still arguing over debugging output, at least be in a

self-consistent state.

Requested by:	bde
This commit is contained in:
Jordan K. Hubbard 2000-11-07 08:47:11 +00:00
parent 527a86a3ba
commit 3cbf71ae4a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68428

View File

@ -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