From owner-cvs-all Fri Sep 20 9:51:49 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 D827537B401; Fri, 20 Sep 2002 09:51:47 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54AF143E6A; Fri, 20 Sep 2002 09:51:47 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g8KGplJF061953; Fri, 20 Sep 2002 09:51:47 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g8KGpltP061952; Fri, 20 Sep 2002 09:51:47 -0700 (PDT) Date: Fri, 20 Sep 2002 09:51:47 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway , Bruce Evans Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile.inc src/secure/lib/libssl Makefile Message-ID: <20020920165147.GA58348@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway , Bruce Evans References: <200209201233.g8KCXKvs056949@freefall.freebsd.org> <20020920155910.GA69658@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020920155910.GA69658@sunbay.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 Fri, Sep 20, 2002 at 06:59:10PM +0300, Ruslan Ermilov wrote: > My proposed "real fix" is to unobfuscate these makefiles by not > using the ${.OBJDIR}/openssl, at the cost of losing the ability > to build these libraries in the standalone mode (outside of the > buildworld and if new headers do not match /usr/include/openssl > stuff). Not acceptable. Just about everything else can be build outside a world build (when the headers don't agree). Time and time again on 5-CURRENT the only why to get over a bump (if you haven't make world daily), is to manually build parts of the tree. What in the world did you change and why did you feel the need to make the change?? Things were working fine. Is this what broke things? ru 2002/09/19 06:24:28 PDT Modified files: secure/lib/libcrypto Makefile.inc Log: Added the missing dependencies for openssl/ headers. Revision Changes Path 1.26 +7 -5 src/secure/lib/libcrypto/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message