From owner-cvs-all Sat May 11 8:38:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 2FC4B37B408; Sat, 11 May 2002 08:38:49 -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 BAA04983; Sun, 12 May 2002 01:38:46 +1000 Date: Sun, 12 May 2002 01:40:50 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Ruslan Ermilov Cc: "David E. O'Brien" , , Subject: Re: cvs commit: src/share/mk bsd.lib.mk In-Reply-To: <20020510152512.GB14295@sunbay.com> Message-ID: <20020512013147.O4925-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 Fri, 10 May 2002, Ruslan Ermilov wrote: > On Wed, May 08, 2002 at 05:44:14PM -0700, David E. O'Brien wrote: > > obrien 2002/05/08 17:44:14 PDT > > > > 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? > 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. Some of these have old bogusness: libgnumalloc and libresolv have sources and a SRCS list for libraries that should never be built. Their comments only say that *.a are not built or used, but I think shared libraries have not been built for them for a long time. They are only to support regrading from FreeBSD-2.x and possibly 3.0, so they probably shouldn't exist. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message