From owner-freebsd-current Wed May 15 11:21:18 2002 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 7CD4137B401; Wed, 15 May 2002 11:21:12 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id EAA23359; Thu, 16 May 2002 04:21:09 +1000 Date: Thu, 16 May 2002 04:23:29 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David O'Brien" Cc: John Baldwin , , Anders Andersson , Ruslan Ermilov Subject: Re: make includes In-Reply-To: <20020515092629.C81859@dragon.nuxi.com> Message-ID: <20020516041026.O1047-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 15 May 2002, David O'Brien wrote: > Almost correct. For the record and future ports: > [jhb wrote] > > It's useful for a new arch that doesn't have make world yet. When I would > > update world on my sparc before gcc was bmake'd it went something like this: > > sudo make hierarchy > > > > sudo make includes > > > sudo make libraries What John wants is really these 2 steps. Includes and libraries form a usable subsset of the world, so it would be reasonable to have an end-user target for it. Hwowever, building that target robustly would involve a lot more than the above. All the tools for building the libraries would have to be built, and that wouldn't work in this case. > > > make obj && make depend && make > > > sudo make install > > > > To build and install a new world. Several other steps are missing. Mainly "make obj" before "make libraries". "make obj" is now necessary before "make includes". Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message