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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to