Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Nov 2000 19:17:29 -0800
From:      Jordan Hubbard <jkh@winston.osd.bsdi.com>
To:        current@freebsd.org
Cc:        obrien@freebsd.org
Subject:   The biggest reason I rearranged the timing output in make world
Message-ID:  <53442.973480649@winston.osd.bsdi.com>

next in thread | raw e-mail | index | archive | help
If you look at make release's output:

>>> make release started on Sun Nov  5 23:27:21 GMT 2000		* T1
>>> Making hierarchy
>>> Installing everything..
>>> elf make world started on Mon Nov  6 00:25:54 GMT 2000		* T2
>>> Rebuilding the temporary build tree
>>> stage 1: bootstrap tools
>>> stage 2: cleaning up the object tree
>>> stage 2: rebuilding the object tree
>>> stage 2: build tools
>>> stage 3: cross tools
>>> stage 4: populating /usr/obj/usr/src/i386/usr/include
>>> stage 4: building libraries
>>> stage 4: make dependencies
>>> stage 4: building everything..
>>> Making hierarchy
>>> Installing everything..
>>> Rebuilding man page indices
>>> elf make world completed on Mon Nov  6 01:22:51 GMT 2000		* T3
>>> make release finished on Mon Nov  6 02:48:10 GMT 2000		* T4

From T1 to T2 is the amount of time to populate the chroot tree, T2 to
T3 the world time, and T3 to T4 the release packaging time.  Having
the ordering work this way gives a nice, clean timeline for the whole
process. :)

- Jordan


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53442.973480649>