From owner-cvs-all Sat Sep 21 5:14:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C86C37B401; Sat, 21 Sep 2002 05:14:31 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA01943E4A; Sat, 21 Sep 2002 05:14:29 -0700 (PDT) (envelope-from bde@zeta.org.au) 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 WAA24082; Sat, 21 Sep 2002 22:14:26 +1000 Date: Sat, 21 Sep 2002 22:23:11 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Ruslan Ermilov Cc: "David O'Brien" , , , Kris Kennaway , Bruce Evans Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile.inc src/secure/lib/libssl Makefile In-Reply-To: <20020921111609.GC98578@sunbay.com> Message-ID: <20020921221001.W10177-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 21 Sep 2002, Ruslan Ermilov wrote: > On Sat, Sep 21, 2002 at 08:04:52AM +1000, Bruce Evans wrote: > > On Fri, 20 Sep 2002, David O'Brien wrote: > ... > > A version of "make installincludes" that doesn't spam /usr/include might > > be useful. > > > Where this version would install their headers? ${.OBJDIR}/openssl? Some temporary place. > How then we would track the headers dependencies? Not :-). The temporary usr/include would esentially give a small part of the world environment and you could delete it after using it. > > The (rather large) dependencies for the generated headers were mostly > > > Most headers aren't even generated, they are just collected all over > and copied into a single place. By "generated", I just mean that they are built in the object tree. It doesn't really matter how complicated the rule for building them is (except complicated rules and dependencies will complicate the Makefile). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message