From owner-freebsd-current Mon Jan 15 12:59:19 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA07995 for current-outgoing; Mon, 15 Jan 1996 12:59:19 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA07986 for ; Mon, 15 Jan 1996 12:59:13 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA28199; Mon, 15 Jan 1996 13:53:09 -0700 From: Terry Lambert Message-Id: <199601152053.NAA28199@phaeton.artisoft.com> Subject: Re: make world failure To: jhay@mikom.csir.co.za (John Hay) Date: Mon, 15 Jan 1996 13:53:09 -0700 (MST) Cc: bde@zeta.org.au, current@FreeBSD.ORG In-Reply-To: <199601150905.LAA27008@zibbi.mikom.csir.co.za> from "John Hay" at Jan 15, 96 11:05:49 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG Precedence: bulk > I just wanted to point out to Jordan that it won't fix the problem if you > add install to the tools target. At least install and rpcgen should be > compiled before the includes target is done. This is why the builds should use -nostdinc and path the include directories from the source tree as necessary. Otherwise you have the chicken-and-egg problem of building rpcgen using new include files so that you can build new include files. You could have fallback using ordering and/or removal of the -nostdinc as the result of an option for weenies with partial source trees. 8-). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.