From owner-cvs-all Sat May 11 10:54: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 0A51A37B406; Sat, 11 May 2002 10:54:00 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4BHrxev011967; Sat, 11 May 2002 10:53:59 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4BHrxQ1011966; Sat, 11 May 2002 10:53:59 -0700 (PDT) Date: Sat, 11 May 2002 10:53:59 -0700 From: "David O'Brien" To: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: Bruce Evans Subject: Re: cvs commit: src/share/mk bsd.lib.mk Message-ID: <20020511105359.B11522@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans References: <20020510152512.GB14295@sunbay.com> <20020512013147.O4925-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020512013147.O4925-100000@gamplex.bde.org>; from bde@zeta.org.au on Sun, May 12, 2002 at 01:40:50AM +1000 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 Sun, May 12, 2002 at 01:40:50AM +1000, Bruce Evans wrote: > > > Modified files: > > > share/mk bsd.lib.mk > > > Log: > > > Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB. > > > INTERNALLIB now implies NOPROFILE, NOMAN, and don't install anything. > > > Add a NOLIB knob. > > > > > > Revision Changes Path > > > 1.118 +12 -5 src/share/mk/bsd.lib.mk > > > > > This change "breaks" all bsd.lib.mk makefiles with INTERNALLIB but without > > INTERNALSTATICLIB. These are: > Is the breakage just to build libraries which are never used? Define "breaks". Is it more than the "ran lib.a" part? I have been able to do multiple `make world's on three platforms -- including sparc64 which had very little already installed. So I know I don't break world. > > gnu/lib/csu/Makefile > > lib/csu/alpha/Makefile > > lib/csu/i386-elf/Makefile > > lib/csu/ia64/Makefile > > lib/csu/powerpc/Makefile > > lib/csu/sparc64/Makefile > > lib/libgnumalloc/Makefile > > lib/libresolv/Makefile > > sys/boot/alpha/libalpha/Makefile > > sys/boot/arc/lib/Makefile > > sys/boot/i386/btx/lib/Makefile > > sys/boot/pc98/btx/lib/Makefile > > > > These should be fixed by s/INTERNALLIB/NOLIB/ in them. Uh gnu/lib/csu/Makefile already has NOLIB, so why did you list it as "broken"? I'll look at them, but NOLIB means exactly that -- no .a should be built. I know lib/libgnumalloc wants to build a .a or .so. So I have to wonder if you read the diff. sys/boot/alpha/libalpha does produce a .a. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message