From owner-freebsd-hackers Fri Aug 23 09:04:24 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA05754 for hackers-outgoing; Fri, 23 Aug 1996 09:04:24 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA05746 for ; Fri, 23 Aug 1996 09:04:21 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id IAA20822; Fri, 23 Aug 1996 08:59:23 -0700 (PDT) To: Julian Assange cc: freebsd-hackers@freebsd.org Subject: Re: Am I wrong or is this just stupid?r In-reply-to: Your message of "Fri, 23 Aug 1996 18:40:15 +1000." <199608230840.SAA27817@suburbia.net> Date: Fri, 23 Aug 1996 08:59:23 -0700 Message-ID: <20820.840815963@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Keeping in mind that install is before ${CLEANDIR}, I believe the idea > is to remake the tools _with_the_new_tools_ before using them to remake > other things. i.e if you upgraded to gcc2.7.2 then first make gcc2.7.2 > with your old gcc, then remake it with the new one. But none of these "new tools made with new tools" are going to have any relevance at all to your build since they won't be installed until *after* everything else has been built with the "new tools made with old tools" :-) Sorry, I still can't see a good reason for this. Jordan