From owner-freebsd-current Sun Nov 5 19:17:38 2000 Delivered-To: freebsd-current@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 6A5C537B4C5; Sun, 5 Nov 2000 19:17:36 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eA63HTI53446; Sun, 5 Nov 2000 19:17:29 -0800 (PST) (envelope-from 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 Date: Sun, 05 Nov 2000 19:17:29 -0800 Message-ID: <53442.973480649@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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